Enum UnderlineStyle
Specifies style of the underline.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum UnderlineStyle
Remarks
This enum is not supported in MVC6 and Xamarin platforms.
Fields
Name | |
---|---|
Dash | Dashes. |
DashHeavy | Heavy dashes. |
DashLong | Long dashes. |
DashLongHeavy | Long heavy dashes. |
DotDash | Alternating dots and dashes. |
DotDashHeavy | Alternating heavy dots and heavy dashes. |
DotDot | |
DotDotDash | An alternating dot-dot-dash pattern. |
DotDotDashHeavy | An alternating heavy dot-dot-dash pattern. |
Dotted | Dots. |
DottedHeavy | Heavy dots. |
Double | A double line. |
None | No underline. |
Single | A single line. default. |
Thick | A single thick line. |
Wavy | A single wavy line. |
WavyDouble | A double wavy line. |
WavyHeavy | A heavy wavy line. |
Words | Underline individual words only. |