Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 734 Bytes

File metadata and controls

16 lines (11 loc) · 734 Bytes

CaptionParams

Properties

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 Boolean Is caption visible. [optional]
font FontParams Font. [optional]
padding Padding Padding. [optional]
noWrap Boolean Specify word wraps (line breaks) within text. Default value: false. [optional]