fillColor
The fill color of a shape.
Declaration
get fillColor(): string;
set fillColor(fillColor: string);Discussion
This can be any valid CSS color value. Set to null for no fill. The default fill color is rgb(0, 122, 255).
The fill color of a shape.
get fillColor(): string;
set fillColor(fillColor: string);This can be any valid CSS color value. Set to null for no fill. The default fill color is rgb(0, 122, 255).