TextStyle
Contents
[
Hide
]TextStyle class
Change the visual style of the text for an item in the project view.
The TextStyle type exposes the following members:
Constructors
| Name | Description | 
|---|---|
| TextStyle() | Initializes a new instance of the TextStyle class with default settings. | 
| TextStyle(font_size, font_style) | Initializes a new instance of the TextStyle class | 
| TextStyle(font_style) | Initializes a new instance of the TextStyle class with the default font and specified font size and style. | 
| TextStyle(font) | Initializes a new instance of the TextStyle class with the specified font settings. | 
Properties
| Name | Description | 
|---|---|
| font | Gets or sets font of the text style. | 
| color | Gets or sets color of the text. | 
| item_type | Gets or sets TextItemType of the text style. | 
| background_pattern | Gets or sets background pattern of the text style. background_pattern.  | 
| background_color | Gets or sets background color of the text style. color.  | 
See Also
- namespace aspose.tasks.visualization
 - assembly Aspose.Tasks