dashStyle property

String? dashStyle
getter/setter pair

The dash style of the border. Possible string values are:

  • "DASH_STYLE_UNSPECIFIED" : Unspecified dash style.
  • "SOLID" : Solid line. Corresponds to ECMA-376 ST_PresetLineDashVal value 'solid'. This is the default dash style.
  • "DOT" : Dotted line. Corresponds to ECMA-376 ST_PresetLineDashVal value 'dot'.
  • "DASH" : Dashed line. Corresponds to ECMA-376 ST_PresetLineDashVal value 'dash'.

Implementation

core.String? dashStyle;