Enum UnderlineStyle
Defines the constants that specifies the underline styles of code snippet in EditControl.
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum UnderlineStyle
Fields
| Name | Description |
|---|---|
| Dash | Specifies the Dash line style for snippet text. |
| DashDot | Specifies the Dash-dot line style for snippet text. |
| Dot | Specifies the Dot line style for snippet text. |
| None | Specifies the no underlining of the text. |
| Solid | Specifies the one line under snippet text. |
| Wave | Specifies the Wave line style for snippet text. |