Contents

lineDashOffset

The number of CSS pixels to use as the offset when drawing a line’s dash pattern.

Declaration

lineDashOffset?: number;

Discussion

This has no effect if you set lineDash to draw solid lines by setting this property to an empty array. The default line dash offset is 0.

See Also

Setting line styles