setGapLength abstract method

void setGapLength(
  1. double gapLength
)

Length of the gap between two dashes in units. Default: 0 (dashing is turned off). Arrows are ignored in dashed polylines.

Implementation

void setGapLength(core.double gapLength);