RichTextRunFont Properties
Contains font attributes for a rich text run.| Name | Description |
|---|---|
| Bold | Gets or sets a value indicating whether the current text run is formatted as bold. |
| Color | Gets or sets the color of the font applied to the current text run. |
| FontStyle | Gets or sets the font style (bold, italic, etc.) applied to the current text run. |
| Italic | Gets or sets a value indicating whether the current text run is formatted as italic. |
| Name | Gets or sets the name of the font applied to the current text run. |
| SchemeStyle | Gets or sets the scheme of the font applied to the current text run. |
| Script | Gets or sets whether the current text run is formatted as subscript, superscript, or neither. |
| Size | Gets or sets the size of the font applied to the current text run. |
| Strikethrough | Gets or sets a value indicating whether the current text run is formatted as strikethrough. |
| UnderlineType | Gets or sets the underline type applied to the current text run. |
See Also