Enum TextUnderlineType
Specifies the types of underline options applied to the text.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum TextUnderlineType : sbyte
Fields
Name | Description |
---|---|
Dash | Specifies the TextUnderlineType is dash. |
DashDotDotHeavy | Specifies the TextUnderlineType is dash dot dot heavy. |
DashDotHeavy | Specifies the TextUnderlineType is dash dot heavy. |
DashedHeavy | Specifies the TextUnderlineType is dashed heavy. |
DashLong | Specifies the TextUnderlineType is dash long. |
DashLongHeavy | Specifies the TextUnderlineType is dash long heavy. |
DotDash | Specifies the TextUnderlineType is dot dash. |
DotDotDash | Specifies the TextUnderlineType is dot dot dash. |
Dotted | Specifies the TextUnderlineType is dotted. |
DottedHeavy | Specifies the TextUnderlineType is dotted heavy. |
Double | Specifies the TextUnderlineType is double. |
Heavy | Specifies the TextUnderlineType is heavy. |
None | Specifies the TextUnderlineType is none. |
Single | Specifies the TextUnderlineType is single. |
Wave | Specifies the TextUnderlineType is wave. |
WavyDouble | Specifies the TextUnderlineType is wavy double. |
WavyHeavy | Specifies the TextUnderlineType is wavy heavy. |