fillStyles (getter)
Returns the list of settings for the font style of the control.
Signatures
- ParamateControls.<ControlName>.fillStyles
Example
const fillStyles = ParamateControls.<ControlName>.fillStyles;
Return value
A list of objects that represent the font style settings:
[
{
strokeStyle: string,
fillStyle: string
},
...
]