Slider.CanCross

Syntax

CanCross: Boolean

Description

The CanCross property determines if sliders of the Slider component can cross each other.

Comments

Use JSON or the setCanCross method to set the property value and the getCanCross method to get the property value.

If the property is set to True, sliders can cross each other, otherwise they cannot.

By default the property is set to True.

Example

The property use is given in the Example of Creating the Slider Component page.

See also:

Slider