TextStyle
Contents
[
Hide
]TextStyle class
Change the visual style of the text for an item in the project view.
Constructors
| Name | Description |
|---|---|
| TextStyle (4 overloads) | Initializes a new instance of the TextStyle class with default settings. |
Methods
| Name | Description |
|---|---|
| get_BackgroundColor | Gets background color of the text style. Color . |
| get_BackgroundPattern | Gets background pattern of the text style. BackgroundPattern . |
| get_Color | Gets color of the text. |
| get_Font | Gets font of the text style. |
| get_ItemType | Gets TextItemType of the text style. |
| set_BackgroundColor | Sets background color of the text style. Color . |
| set_BackgroundPattern | Sets background pattern of the text style. BackgroundPattern . |
| set_Color | Sets color of the text. |
| set_Font | Sets font of the text style. |
| set_ItemType | Sets TextItemType of the text style. |