.NET Windows Forms in a Nutshell

TickStyle serializable

System. Windows .Forms (system. windows .forms.dll) enum

This enumeration is used by the TrackBar.TickStyle property to place the tickmarks on the TrackBar control.

public enum TickStyle { None = 0 , TopLeft = 1 , BottomRight = 2 , Both = 3 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) TickStyle

Returned By

TrackBar.TickStyle

Passed To

TrackBar.TickStyle

Категории