iOSProgressWheel.Shade
From Xojo Documentation
Revision as of 18:56, 21 August 2018 by PLefebvre (talk | contribs) (Created page with "{{PropertyBox | name=Shade | owner=iOSProgressWheel | ownertype=class | scope=public | type=Shades | project=Mobile | target=iOS }} {{Descripti...")
Property (As Shades )
aiOSProgressWheel.Shade = newShadesValue
or
ShadesValue = aiOSProgressWheel.Shade
Supported on Mobile (iOS).
or
ShadesValue = aiOSProgressWheel.Shade
Supported on Mobile (iOS).
The shade of the progress wheel (light or dark). The default is Dark.
Sample Code
Set the shade to dark:
ProgressWheel1.Shade = iOSProgressWheel.Shade.Dark