Enum TextDecorations
Provides enumeration of various text decorations.
[Flags]
public enum TextDecorations
Fields
None = 0No attributes are applied
Overline = 4The text contains a horizontal line above it
Strikeout = 2The text contains a horizontal line through the center.
Underline = 1The text is underlined