TickStyle

Wisej.Web.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

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

NameDescription

Returns or sets a value indicating how to display the tick marks on the track bar.

Last updated