MobileProgressBar.MinimumValue
From Xojo Documentation
Property (As Double )
aMobileProgressBar.MinimumValue = newDoubleValue
or
DoubleValue = aMobileProgressBar.MinimumValue
Supported on Mobile.
or
DoubleValue = aMobileProgressBar.MinimumValue
Supported on Mobile.
The minimum value of the progress bar. When Value is MinimumValue, the progress bar is empty.
Sample Code
Use a non-zero minimum value:
Me.MinimumValue = 15
See Also
MaximumValue and Value properties.