progressColor property

Color progressColor

The color used for the progress part of the polyline. Gets the progress color of the polyline, opaque white by default.

Implementation

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

The color used for the progress part of the polyline. Sets the progress color of the polyline.

Implementation

set progressColor(ui.Color value);