Class UnderlineStyle
Defines the constants that specifies the underline styles of code snippet in EditControl.
Inheritance
System.Object
UnderlineStyle
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class UnderlineStyle : Enum
Fields
Dash
Specifies the Dash line style for snippet text.
Declaration
public const UnderlineStyle Dash
Field Value
| Type |
|---|
| UnderlineStyle |
DashDot
Specifies the Dash-dot line style for snippet text.
Declaration
public const UnderlineStyle DashDot
Field Value
| Type |
|---|
| UnderlineStyle |
Dot
Specifies the Dot line style for snippet text.
Declaration
public const UnderlineStyle Dot
Field Value
| Type |
|---|
| UnderlineStyle |
None
Specifies the no underlining of the text.
Declaration
public const UnderlineStyle None
Field Value
| Type |
|---|
| UnderlineStyle |
Solid
Specifies the one line under snippet text.
Declaration
public const UnderlineStyle Solid
Field Value
| Type |
|---|
| UnderlineStyle |
Wave
Specifies the Wave line style for snippet text.
Declaration
public const UnderlineStyle Wave
Field Value
| Type |
|---|
| UnderlineStyle |