lineStyles (getter)

Returns the list of settings for the font style of the control.

Signatures

  •    ParamateControls.<ControlName>.lineStyles

Example

 const lineStyles = ParamateControls.<ControlName>.lineStyles;
 

Return value

A list of objects that represent the font style settings:

[
   {
     strokeStyle: string,
     lineWidth: number,
     lineDash: [number, number] | []
    },
   ...
]