gapLength property

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

Length of the gap between two dashes 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 gapLength;
  1. @Deprecated('Use LineStyle for actions with properties.')
set gapLength (double val)

Implementation

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