WebProgressWheel.SVGColor

From Xojo Documentation

Property (As Color )
aWebProgressWheel.SVGColor = newColorValue
or
ColorValue = aWebProgressWheel.SVGColor

New in 2020r1

Supported for all project types and targets.

Gets or sets the color of the WebProgressWheel. The default value is black.

Sample Code

The following example sets the SVGColor:

Me.SVGColor = Color.Blue

See Also

SVGData property and UserGuide:Dark Mode topic.