Contents

strokeColor

The stroke color of a line.

Declaration

get strokeColor(): string;
set strokeColor(strokeColor: string);

Discussion

This can be any valid CSS color value. Set to null for no stroke. The default stroke color is rgb(0, 122, 255).

See Also

Styling strokes