Table of Contents

Enum SliderTickStyle

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies the location of tick marks in a slider control.

public enum SliderTickStyle

Fields

Both = 3

Tick marks are located on both sides of the control. Windows only.

BottomRight = 2

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

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.