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!

Orientation Enumeration

Specifies the orientation of controls or elements of controls.

[Visual Basic]
Public Enum Orientation
[C#]
public enum Orientation
[C++]
public enum Orientation

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

An example of a control that utilizes this class is the TrackBar control. The trackbar control may be horizontally or vertically positioned.

Members

Member Name Description
Horizontal The control or element is oriented horizontally.
Vertical The control or element is oriented vertically.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | TrackBar