progressColor property

Color progressColor

The color used for the progress part of the arrow tail. Gets the progress color of the arrow tail, fully transparent white by default.

Implementation

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

The color used for the progress part of the arrow tail. Sets the progress color of the arrow tail. Non-zero alpha values are interpreted as fully opaque.

Implementation

set progressColor(ui.Color value);