fill property

bool fill

Whether to fill the path with color. Set it to false to disable filling on polygons or circles.

Implementation

external bool get fill;
void fill=(bool value)

Implementation

external set fill(bool value);