WebSlider.Minimum

From Xojo Documentation

Property (As Integer )
aWebSlider.Minimum = newIntegerValue
or
IntegerValue = aWebSlider.Minimum

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.Minimum = -100