Slider.Maximum
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Slider.Maximum as a replacement. |
Property (As Integer )
aSlider.Maximum = newIntegerValue
or
IntegerValue = aSlider.Maximum
Supported for all project types and targets.
or
IntegerValue = aSlider.Maximum
Supported for all project types and targets.
The maximum value of the slider. The default is 100.
Example
This example is in the Open event of the control. It sets the minimum and maximum values of the Slider.