Slider.Minimum
The Slider.Minimum property is used to set the lowest value for the slider.
Syntax |
Slider.Minimum = LowestValue |
Description |
Defines the lowest value on the slider. |
Arguments |
LowestValue {integer}. Defines the lowest value that can be selected on the slider. |
Returns |
None. |
Example:
Slider.Minimum = 10
This sets the slider range so that it begins at 10. There are no slider positions lower than 10.