Class BorderWeight
Defines the constants that specifies the weight of border line in EditControl.
Inheritance
System.Object
BorderWeight
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class BorderWeight : Enum
Fields
Bold
Defines the 2px line.
Declaration
public const BorderWeight Bold
Field Value
| Type |
|---|
| BorderWeight |
Double
Defines the two 1px lines with delimiter in 1px.
Declaration
public const BorderWeight Double
Field Value
| Type |
|---|
| BorderWeight |
Thin
Defines the 1px line.
Declaration
public const BorderWeight Thin
Field Value
| Type |
|---|
| BorderWeight |