System.Windows.Forms.TickStyle Enumeration

Specifies the location of tick marks in a System.Windows.Forms.TrackBar control.

Syntax

public enum TickStyle

Remarks

Use the members of this enumeration to set the value of the TrackBar.TickStyle property of the System.Windows.Forms.TrackBar control.

Members

Member NameDescription
Both

Tick marks are located on both sides of the control.

BottomRight

Tick marks are located on the bottom of a horizontal control or on the right side of a vertical control.

None

No tick marks appear in the control.

TopLeft

Tick marks are located on the top of a horizontal control or on the left of a vertical control.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0