iOSProgressBar.MinValue
From Xojo Documentation
Revision as of 18:52, 21 August 2018 by PLefebvre (talk | contribs) (Created page with "{{PropertyBox | name=MinValue | owner=iOSProgressBar | ownertype=class | scope=public | type=Double | project=Mobile | target=iOS }} {{Description | text = The minimum...")
Property (As Double )
aiOSProgressBar.MinValue = newDoubleValue
or
DoubleValue = aiOSProgressBar.MinValue
Supported on Mobile (iOS).
or
DoubleValue = aiOSProgressBar.MinValue
Supported on Mobile (iOS).
The minimum value of the progress bar. When CurrentValue is MinValue, the progress bar appears "empty".
Sample Code
Use a non-zero minimum value:
Me.MinValue = 15