New to Telerik UI for WinFormsStart a free 30-day trial

Specifies the position of tick marks on a track bar control.

Definition

Namespace:Telerik.WinControls.Enumerations

Assembly:Telerik.WinControls.dll

Syntax:

C#
public enum TickStyles

Fields

Specifies that tick marks are displayed on both sides of the track bar.

C#
Both = 3
Remarks:

When set to Both, tick marks appear on both the top and bottom of horizontal track bars, or on both the left and right sides of vertical track bars.

Specifies that tick marks are displayed on the bottom side of horizontal track bars or the right side of vertical track bars.

C#
BottomRight = 2
Remarks:

For horizontal track bars, tick marks appear below the track. For vertical track bars, tick marks appear to the right of the track.

Specifies that no tick marks are displayed.

C#
None = 0
Remarks:

When set to None, the track bar displays only the slider track and thumb without any tick mark indicators.

Specifies that tick marks are displayed on the top side of horizontal track bars or the left side of vertical track bars.

C#
TopLeft = 1
Remarks:

For horizontal track bars, tick marks appear above the track. For vertical track bars, tick marks appear to the left of the track.

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