dashLength property

  1. @Deprecated('Use LineStyle for actions with properties.')
double get dashLength

Length of a dash in units. Default: 0 (dashing is turned off). Arrows are ignored in dashed polylines.

Implementation

@core.Deprecated('Use LineStyle for actions with properties.')
core.double get dashLength;
  1. @Deprecated('Use LineStyle for actions with properties.')
set dashLength (double val)

Implementation

@core.Deprecated('Use LineStyle for actions with properties.')
set dashLength(core.double val);