TextStyle

TextStyle class

Change the visual style of the text for an item in the project view.

Constructors

NameDescription
TextStyle (4 overloads)Initializes a new instance of the TextStyle class with default settings.

Methods

NameDescription
get_BackgroundColorGets background color of the text style. Color .
get_BackgroundPatternGets background pattern of the text style. BackgroundPattern .
get_ColorGets color of the text.
get_FontGets font of the text style.
get_ItemTypeGets TextItemType of the text style.
set_BackgroundColorSets background color of the text style. Color .
set_BackgroundPatternSets background pattern of the text style. BackgroundPattern .
set_ColorSets color of the text.
set_FontSets font of the text style.
set_ItemTypeSets TextItemType of the text style.