MobileSlider.MaximumValue

From Xojo Documentation

Property (As Double )
aMobileSlider.MaximumValue = newDoubleValue
or
DoubleValue = aMobileSlider.MaximumValue

Supported on Mobile.

The maximum value of the slider.

Notes

The default value is 100.

Sample Code

Change the maximum slider value:

MySlider.MaximumValue = 50

See Also

MinimumValue and Value properties.