Contents

lineDashOffset

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

Declaration

get lineDashOffset(): number;
set lineDashOffset(lineDashOffset: number);

Discussion

This has no effect if you set lineDash to draw solid lines. The default line dash offset is 0.

See Also

Styling lines