TickStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the location of tick marks in a TrackBar control.
public enum class TickStyle
public enum TickStyle
type TickStyle =
Public Enum TickStyle
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | No tick marks appear in the control. |
TopLeft | 1 | Tick marks are located on the top of a horizontal control or on the left of a vertical control. |
BottomRight | 2 | Tick marks are located on the bottom of a horizontal control or on the right side of a vertical control. |
Both | 3 | Tick marks are located on both sides of the control. |
Remarks
Use the members of this enumeration to set the value of the TickStyle property of the TrackBar control.