Class UnderlineStyle
UnderLineStyle Options
Inheritance
System.Object
UnderlineStyle
Namespace: Syncfusion.Windows.Edit.Interfaces
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public sealed class UnderlineStyle : Enum
Fields
Dash
This options define underline style as Dash
Declaration
public const UnderlineStyle Dash
Field Value
Type |
---|
UnderlineStyle |
DashDot
This options define underline style as DashDot
Declaration
public const UnderlineStyle DashDot
Field Value
Type |
---|
UnderlineStyle |
Dot
This options define underline style as Dot
Declaration
public const UnderlineStyle Dot
Field Value
Type |
---|
UnderlineStyle |
Solid
This options define underline style as Solid
Declaration
public const UnderlineStyle Solid
Field Value
Type |
---|
UnderlineStyle |