Skip to content

T_Ekstrand_Windows_Forms_BorderElements

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

BorderElements Class

Properties grouped for border appearance

Inheritance Hierarchy

System.Object
  Ekstrand.Windows.Forms.BorderElements
Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

[SerializableAttribute]
[TypeConverterAttribute(typeof(BorderElementsConverter))]
public class BorderElements : IBorderElements

VB

<SerializableAttribute>
<TypeConverterAttribute(GetType(BorderElementsConverter))>
Public Class BorderElements
	Implements IBorderElements

C++

[SerializableAttribute]
[TypeConverterAttribute(typeof(BorderElementsConverter))]
public ref class BorderElements : IBorderElements

F#

[<SerializableAttribute>]
[<TypeConverterAttribute(typeof(BorderElementsConverter))>]
type BorderElements =  
    class
        interface IBorderElements
    end

The BorderElements type exposes the following members.

Constructors

 

Name Description
Public method BorderElements Initializes a new instance of the BorderElements class.
  Back to Top

Properties

 

Name Description
Public property BackColor In Excitative style the border back color.
Public property BorderColor Color of the border.
Public property BorderCorners Corners to have a rounded appearance.
Public property DashCap Specifies the type of graphic shape to use on both ends of each dash in a dashed line.
Public property DashOffset Gets or sets the distance from the start of a line to the beginning of a dash pattern.
Public property DashPattern Gets or sets an array of custom dashes and spaces.
Public property DashStyle Gets or sets the style used for dashed lines drawn.
Public property Radius Gets or sets the radius for each corner.
Public property Width Gets or sets the width of the border.
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnRaisePropertyChanged Occurs when the value for one of the class property changes.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Events

 

Name Description
Public event RaisePropertyChanged Occurs when the value for one of the class property changes.
  Back to Top

See Also

Reference

Ekstrand.Windows.Forms Namespace

Clone this wiki locally