fillColor property

Color get fillColor

Sets the fill color. Default: hexademical RGBA code 0x0066FF99. @attention Fill color is ignored if a pattern is set.

Implementation

ui.Color get fillColor;
set fillColor (Color val)

Implementation

set fillColor(ui.Color val);