Enum
TickPlacement

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:

cs-api-definition
public enum TickPlacement

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

cs-api-definition
Both = 3

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

cs-api-definition
BottomRight = 2

Field Value

TickPlacement

None

No tick marks appear.

Declaration

cs-api-definition
None = 0

Field Value

TickPlacement

TopLeft

Tick marks appear above the track for a horizontal slider, or to the left of the track for a vertical slider.

Declaration

cs-api-definition
TopLeft = 1

Field Value

TickPlacement

In this article
DefinitionFieldsBothBottomRightNoneTopLeft
Not finding the help you need?
Contact Support