gapLength property
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.double get gapLength;
set
gapLength
(double val)
Implementation
set gapLength(core.double val);