SliderItem.Position

Syntax

Position: Object

Description

The Position property determines slider coordinates.

Comments

Use the setPosition method to set the property value, and the getPosition method to get the property value. The property cannot be set from JSON.

JSON object in the property value has the following fields: X - value of the slider X coordinate, Y - value of the slider Y coordinate.

The following parameters are specified on calling the setPosition method: position - new value of the slider position, fireEvent - indication that event is fired.

Example

The property use is given in the page with description of the SliderItem.IsStatic property.

See also:

SliderItem