TextStyle Properties
The storage of text appearance settings.| Name | Description |
|---|---|
| Color | Gets or sets the color of the text. |
| FontAttributes | Gets or sets whether the text is italic, bold, both, or neither. |
| FontFamily | Gets or sets the name of a font family the style owner uses to display its text. |
| FontSize | Gets or sets the size of the text. |
See Also