Class Underline
Specifies the underline for character format.
Inheritance
System.Object
Underline
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class Underline : Enum
Fields
Dash
Dashes.
Declaration
public const Underline Dash
Field Value
Type |
---|
Underline |
DashHeavy
Heavy dashes.
Declaration
public const Underline DashHeavy
Field Value
Type |
---|
Underline |
DashLong
Long dashes.
Declaration
public const Underline DashLong
Field Value
Type |
---|
Underline |
DashLongHeavy
Long heavy dashes.
Declaration
public const Underline DashLongHeavy
Field Value
Type |
---|
Underline |
DotDash
Alternating dots and dashes.
Declaration
public const Underline DotDash
Field Value
Type |
---|
Underline |
DotDashHeavy
Alternating heavy dots and heavy dashes.
Declaration
public const Underline DotDashHeavy
Field Value
Type |
---|
Underline |
DotDotDash
An alternating dot-dot-dash pattern.
Declaration
public const Underline DotDotDash
Field Value
Type |
---|
Underline |
DotDotDashHeavy
An alternating heavy dot-dot-dash pattern.
Declaration
public const Underline DotDotDashHeavy
Field Value
Type |
---|
Underline |
Dotted
Dots.
Declaration
public const Underline Dotted
Field Value
Type |
---|
Underline |
DottedHeavy
Heavy dots.
Declaration
public const Underline DottedHeavy
Field Value
Type |
---|
Underline |
Double
A double line.
Declaration
public const Underline Double
Field Value
Type |
---|
Underline |
None
No underline.
Declaration
public const Underline None
Field Value
Type |
---|
Underline |
Single
A single line
Declaration
public const Underline Single
Field Value
Type |
---|
Underline |
Thick
A single thick line.
Declaration
public const Underline Thick
Field Value
Type |
---|
Underline |
Wavy
A single wavy line.
Declaration
public const Underline Wavy
Field Value
Type |
---|
Underline |
WavyDouble
A double wavy line.
Declaration
public const Underline WavyDouble
Field Value
Type |
---|
Underline |
WavyHeavy
A heavy wavy line.
Declaration
public const Underline WavyHeavy
Field Value
Type |
---|
Underline |
Words
Underline individual words only.
Declaration
public const Underline Words
Field Value
Type |
---|
Underline |