fillColor property

Color fillColor

Color of the polygon's fill. Gets the current color of the fill.

Implementation

ui.Color get fillColor;
void fillColor=(Color value)

Color of the polygon's fill. Sets the current color of the fill.

Fully transparent color (alpha set to 0) disables the fill completely.

Implementation

set fillColor(ui.Color value);