Enum TickStyles
Specifies the position of tick marks on a track bar control.
Namespace: Telerik.WinControls.Enumerations
Assembly: Telerik.WinControls.dll
Syntax
public enum TickStyles
Remarks
This enumeration defines where tick marks appear relative to the track bar's slider track. For horizontal track bars, TopLeft means above the track and BottomRight means below. For vertical track bars, TopLeft means to the left of the track and BottomRight means to the right.
Both
Specifies that tick marks are displayed on both sides of the track bar.
BottomRight
Specifies that tick marks are displayed on the bottom side of horizontal track bars or the right side of vertical track bars.
None
Specifies that no tick marks are displayed.
TopLeft
Specifies that tick marks are displayed on the top side of horizontal track bars or the left side of vertical track bars.