Enum TickBarPlacement
Specifies the placement of a TickBar with respect to the track of a RadSlider control.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum TickBarPlacement
Bottom
The tick bar is positioned below the track of the slider.
Left
The tick bar is positioned to the left of the track of the slider.
Right
The tick bar is positioned to the right of the track of the slider.
Top
The tick bar is positioned above the track of the slider.