TickStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the location of tick marks in a TrackBar control.
- C#
- VB.NET
public enum TickStyle : Enum
Public Enum TickStyle As [Enum]
Fields
| Name | Description |
|---|---|
| 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. |
Used By
| Name | Description |
|---|---|
| TrackBar.TickStyle | Returns or sets a value indicating how to display the tick marks on the track bar. |