[]
Specifies the font decoration.
[Flags]
[CLSCompliant(true)]
public enum FontDecoration : byte
Name | Description |
---|---|
DoubleUnderline | Defines the two lines below the text. |
Linethrough | Defines a line through the text. |
None | Defines a normal text. |
Overline | Defines a line above the text. |
Underline | Defines a line below the text. |