outlineColor property

Color outlineColor

The color of the polygon outline. Gets the color of the polygon outline. The default outline color is opaque white.

Implementation

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

The color of the polygon outline. Sets the color of the polygon outline.

Transparent outlines are not supported. Any color with transparency (alpha value other than 1) will be rendered as fully opaque.

Implementation

set outlineColor(ui.Color value);