Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 878 Bytes

CaptionParams.md

File metadata and controls

17 lines (13 loc) · 878 Bytes

CaptionParams

Caption

Properties

Name Type Description Notes
Text string Caption text. [optional] [default to null]
Alignment *TextAlignment Text alignment. [optional] [default to null]
Color string Text color. [optional] [default to null]
Visible bool Is caption visible. [optional] [default to null]
Font *FontParams Font. [optional] [default to null]
Padding *Padding Padding. [optional] [default to null]
NoWrap bool Specify word wraps (line breaks) within text. Default value: false. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]