WebSlider.MaximumValue

From Xojo Documentation

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

New in 2020r1

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.MaximumValue = 255