Class UnderlineWeight
Defines the constants that specifies the weight of the underline in EditControl.
Inheritance
System.Object
UnderlineWeight
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class UnderlineWeight : Enum
Fields
Bold
Represents the 2px line.
Declaration
public const UnderlineWeight Bold
Field Value
| Type |
|---|
| UnderlineWeight |
Double
Represents drawing two lines in 1px weight with background color delimiter in 1px. Line needs 3px for drawing.
Declaration
public const UnderlineWeight Double
Field Value
| Type |
|---|
| UnderlineWeight |
DoubleBold
Represents that each line takes 2 px. Lines needs 6px for drawing.
Declaration
public const UnderlineWeight DoubleBold
Field Value
| Type |
|---|
| UnderlineWeight |
Thin
Represents the 1px line.
Declaration
public const UnderlineWeight Thin
Field Value
| Type |
|---|
| UnderlineWeight |