This sample demonstrates the rendering of Slider component with ticks placement. Drag the thumb over the bar for selecting the values between min and max.
Placement
|
|
Disabled
|
|
The ticks are the visual representation of the Slider values. The ticks are differentiated as small and large ticks based on its size. The ticks position can be defined by the smallStep and largeStep properties.
In this demo, ticks position with default and range Slider is demonstrated.
The ticks placement of Slider and disable Slider component from the property pane can also be changed.
The following properties are used to restrict the value range for the slider:
For more information, refer to the ticks section from the documentation.