WebSlider.Maximum

From Xojo Documentation

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

Supported for all project types and targets.

The maximum value of the slider. The default is 100.

Example

Changes the Maximum value of a slider to 255:

RedSlider.Maximum = 255