maxRangeSize

Specifies the maximum slider range, the largest interval that the user is able to select when interactively adjusting the range. The units are the same as those of the length property.

Type

Number

Maximum slider range

Example

RangeSlider1.maxRangeSize = 10;

Either syntax below can be used in component script:

maxRangeSize                  // unqualified
RangeSlider1.maxRangeSize     // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.