Class Underline
Specifies the underline style for the CharacterFormat.
Inheritance
System.Object
Underline
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class Underline : Enum
Fields
Dash
Draws dash underline.
Declaration
public const Underline Dash
Field Value
Type |
---|
Underline |
DashHeavy
Draws dash heavy underline.
Declaration
public const Underline DashHeavy
Field Value
Type |
---|
Underline |
DashLong
Draws dash long underline.
Declaration
public const Underline DashLong
Field Value
Type |
---|
Underline |
DashLongHeavy
Draws dash long heavy underline.
Declaration
public const Underline DashLongHeavy
Field Value
Type |
---|
Underline |
DotDash
Draws dot dash underline.
Declaration
public const Underline DotDash
Field Value
Type |
---|
Underline |
DotDashHeavy
Draws dot dash heavy underline.
Declaration
public const Underline DotDashHeavy
Field Value
Type |
---|
Underline |
DotDotDash
Draws dot dot dash underline.
Declaration
public const Underline DotDotDash
Field Value
Type |
---|
Underline |
DotDotDashHeavy
Draws dot dot dash heavy underline.
Declaration
public const Underline DotDotDashHeavy
Field Value
Type |
---|
Underline |
Dotted
Draws dotted underline.
Declaration
public const Underline Dotted
Field Value
Type |
---|
Underline |
DottedHeavy
Draws dotted heavy underline.
Declaration
public const Underline DottedHeavy
Field Value
Type |
---|
Underline |
Double
Draws double underline.
Declaration
public const Underline Double
Field Value
Type |
---|
Underline |
None
No underline will be drawn.
Declaration
public const Underline None
Field Value
Type |
---|
Underline |
Single
Draws single underline.
Declaration
public const Underline Single
Field Value
Type |
---|
Underline |
Thick
Draws thick underline.
Declaration
public const Underline Thick
Field Value
Type |
---|
Underline |
Wavy
Draws wavy underline.
Declaration
public const Underline Wavy
Field Value
Type |
---|
Underline |
WavyDouble
Draws wavy double underline.
Declaration
public const Underline WavyDouble
Field Value
Type |
---|
Underline |
WavyHeavy
Draws wavy heavy underline.
Declaration
public const Underline WavyHeavy
Field Value
Type |
---|
Underline |
Words
Draws underline for words only.
Declaration
public const Underline Words
Field Value
Type |
---|
Underline |