MobileProgressWheel.Shade

From Xojo Documentation

Property (As Shades )
aMobileProgressWheel.Shade = newShadesValue
or
ShadesValue = aMobileProgressWheel.Shade

Supported on Mobile.

The shade of the progress wheel (dark or light).

Notes

The default is Dark.

Sample Code

Set the shade to dark:

ProgressWheel1.Shade = MobileProgressWheel.Shade.Dark

See Also

Shades enumeration.