Slider.Ticks

Syntax

Ticks: Array

Description

The Ticks property sets the array of labels for the Slider component.

Comments

Use JSON or the setTicks method to set the property value and the getTicks method to get the property value.

The array of sliders is an array of objects with the String type.

Example

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

See also:

 Slider