progressOutlineColor property

Color progressOutlineColor

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

Implementation

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

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

Implementation

set progressOutlineColor(ui.Color value);