Indicates how the TrackBar control will draw itself. This affects both where the ticks will be drawn in relation to the moveable thumb, and how the thumb itself will be drawn. values are taken from the TickStyle enumeration.
[Visual Basic] Public Property TickStyle As TickStyle [C#] public TickStyle TickStyle {get; set;} [C++] public: __property TickStyle get_TickStyle(); public: __property void set_TickStyle(TickStyle); [JScript] public function get TickStyle() : TickStyle; public function set TickStyle(TickStyle);
TrackBar Class | TrackBar Members | System.WinForms Namespace | TickStyle