RichTextWeight Type
The font weight applied to a `RichTextRun`: `Regular`, `Medium`, or `Bold`.
Union cases
| Union case |
Description
|
Full Usage:
Bold
|
|
Full Usage:
Medium
|
|
Full Usage:
Regular
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBold
Returns: bool
|
|
Full Usage:
this.IsMedium
Returns: bool
|
|
Full Usage:
this.IsRegular
Returns: bool
|
|