MobileSlider.MinimumValue
From Xojo Documentation
Property (As Double )
aMobileSlider.MinimumValue = newDoubleValue
or
DoubleValue = aMobileSlider.MinimumValue
Supported on Mobile.
or
DoubleValue = aMobileSlider.MinimumValue
Supported on Mobile.
The minimum value of the slider.
Notes
The default value is 0.
Sample Code
Change the minimum slider value:
MySlider.MinimumValue = -50
See Also
MaximumValue and Value properties.