iOSSlider.SetMinCurrentMax

From Xojo Documentation

Method

iOSSlider.SetMinCurrentMax(minValue As Double, currentValue As Double, maxValue As Double)

Supported on Mobile(iOS).

For convenience, sets all the properties at one time.

Sample Code

Sets values for the Slider:

MySlider.SetMinCurrentMax(-50, 25, 50)