WebSlider.MinimumValue
From Xojo Documentation
Property (As Integer )
aWebSlider.MinimumValue = newIntegerValue
or
IntegerValue = aWebSlider.MinimumValue
New in 2020r1
Supported for all project types and targets.
or
IntegerValue = aWebSlider.MinimumValue
New in 2020r1
Supported for all project types and targets.
The minimum value of the slider. The default is 0.
Notes
The Minimum can be less than 0.
Example
Use the Shown event handler to set the minimum to -100:
Me.MinimumValue = -100