Enum
TickBarPlacement

Specifies the placement of a TickBar with respect to the track of a RadSlider control.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public enum TickBarPlacement

Fields

Bottom

The tick bar is positioned below the track of the slider.

Declaration

cs-api-definition
Bottom = 3

Field Value

TickBarPlacement

Left

The tick bar is positioned to the left of the track of the slider.

Declaration

cs-api-definition
Left = 0

Field Value

TickBarPlacement

Right

The tick bar is positioned to the right of the track of the slider.

Declaration

cs-api-definition
Right = 2

Field Value

TickBarPlacement

Top

The tick bar is positioned above the track of the slider.

Declaration

cs-api-definition
Top = 1

Field Value

TickBarPlacement

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