DekGenius.com
[ Team LiB ] Previous Section Next Section

TickStyleserializable

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

    [ Team LiB ] Previous Section Next Section