Enum UnderlineWeight
Defines the constants that specifies the weight of the underline in EditControl.
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum UnderlineWeight
Fields
| Name | Description |
|---|---|
| Bold | Represents the 2px line. |
| Double | Represents drawing two lines in 1px weight with background color delimiter in 1px. Line needs 3px for drawing. |
| DoubleBold | Represents that each line takes 2 px. Lines needs 6px for drawing. |
| Thin | Represents the 1px line. |