strokeColor property

Color get strokeColor

Sets the stroke color. Default: hexademical RGBA code 0x0066FFFF. Setting the stroke color to any transparent color (for example, RGBA code 0x00000000) effectively disables the stroke.

Implementation

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

Implementation

set strokeColor(ui.Color val);