Slider.Maximum
The Slider.Maximum property is used to set the highest value for the slider.
Syntax |
Slider.Maximum = HighestValue |
Description |
Defines the highest value on the slider. |
Arguments |
HighestValue {integer}. Defines the highest value that can be selected on the slider. |
Returns |
None. |
Example:
Slider.Maximum = 250
This sets the slider range so that it ends at 250. There are no slider positions higher than 250.