Class TickPlacement
Specifies the position of tick marks in a RadSlider control with respect to the track in the control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class TickPlacement : Enum
Fields
Both
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.
Declaration
public const TickPlacement Both
Field Value
TickPlacement
|
BottomRight
Tick marks appear below the track for a horizontal slider, or to the right of the track for a vertical slider.
Declaration
public const TickPlacement BottomRight
Field Value
TickPlacement
|
None
TopLeft
Tick marks appear above the track for a horizontal slider, or to the left of the track for a vertical slider.
Declaration
public const TickPlacement TopLeft
Field Value
TickPlacement
|
value__
Declaration
public int value__
Field Value
System.Int32
|