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).
The stroke color of a line.
get strokeColor(): string;
set strokeColor(strokeColor: string);This can be any valid CSS color value. Set to null for no stroke. The default stroke color is rgb(0, 122, 255).