lineDashOffset property

double get lineDashOffset

The CanvasRenderingContext2D.lineDashOffset property of the Canvas 2D API sets the line dash offset, or "phase."

Note: Lines are drawn by calling the CanvasRenderingContext2D.stroke method.

Implementation

external double get lineDashOffset;
set lineDashOffset (num value)

Implementation

external set lineDashOffset(num value);