Skip to main content
Version: 3.5

TickStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the location of tick marks in a TrackBar control.

public enum TickStyle : Enum

Fields

NameDescription
BothTick marks are located on both sides of the control.
BottomRightTick marks are located on the bottom of a horizontal control or on the right side of a vertical control.
NoneNo tick marks appear in the control.
TopLeftTick marks are located on the top of a horizontal control or on the left of a vertical control.

Used By

NameDescription
TrackBar.TickStyleReturns or sets a value indicating how to display the tick marks on the track bar.