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 Returned ByTrackBar.TickStyle Passed ToTrackBar.TickStyle |