[]
Defines constants that specify the decorations applied to text.
[Flags]
public enum TextDecorations
DoubleUnderline = 4
Double underline is applied to the text.
None = 0
No text decorations are applied.
Strikethrough = 1
Strikethrough is applied to the text.
Underline = 2
Underline is applied to the text.