gapLength property
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;
Implementation
@core.Deprecated('Use LineStyle for actions with properties.')
set gapLength(core.double val);