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.Orientation

The orientation for this TrackBar. Valid values are from the Orientation enumeration. The control currently supports being oriented horizontally and vertically.

[Visual Basic]
Public Property Orientation As Orientation
[C#]
public Orientation Orientation {get; set;}
[C++]
public: __property Orientation get_Orientation();
public: __property void set_Orientation(Orientation);
[JScript]
public function get Orientation() : Orientation;
public function set Orientation(Orientation);

See Also

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