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);
TrackBar Class | TrackBar Members | System.WinForms Namespace | Orientation