NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TrackBar.TickStyle

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);

See Also

TrackBar Class | TrackBar Members | System.WinForms Namespace | TickStyle