[]
TextStyle contains display attributes that determine the general appearance of the text element on the screen.
public class TextStyle : BaseElementStyle
| Name | Description |
|---|---|
| BackColor | Gets or sets the Color used to paint the background. |
| BorderColor | Gets or sets the Color used to draw the border around the element. |
| Font | Gets or sets text font of element. |
| ForeColor | Gets or sets the Color used to paint the text. |