FontStyle Type
Represents an aspect of font styling.
Union cases
Union case | Description |
Full Usage:
Bold
|
|
Full Usage:
Italic
|
|
Full Usage:
Strikethrough
|
|
Full Usage:
Underline
|
Instance members
Instance member | Description |
Full Usage:
this.IsBold
Returns: bool
|
|
Full Usage:
this.IsItalic
Returns: bool
|
|
Full Usage:
this.IsStrikethrough
Returns: bool
|
|
Full Usage:
this.IsUnderline
Returns: bool
|
|