Caption
Name | Type | Description | Notes |
---|---|---|---|
Text | string | Caption text. | [optional] |
Alignment | TextAlignment | Text alignment. | [optional] |
Color | string | Text color. Default value: black Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional] |
Visible | bool? | Is caption visible. | [optional] |
Font | FontParams | Font. | [optional] |
Padding | Padding | Padding. | [optional] |
NoWrap | bool? | Specify word wraps (line breaks) within text. Default value: false. | [optional] |