TickPlacement
Enum
Specifies the position of tick marks in a RadSlider control with respect to the track in the control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum TickPlacement
Fields
Tick marks appear above and below the track bar for a horizontal slider, or to the left and right of the track for a vertical slider.
C#
Both = 3
Tick marks appear below the track for a horizontal slider, or to the right of the track for a vertical slider.
C#
BottomRight = 2
No tick marks appear.
C#
None = 0
Tick marks appear above the track for a horizontal slider, or to the left of the track for a vertical slider.
C#
TopLeft = 1