Name

TickStyle

Synopsis

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

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.