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.
An example of a control that utilizes this class is the TrackBar control. The trackbar control may be horizontally or vertically positioned.
Member Name | Description |
---|---|
Horizontal | The control or element is oriented horizontally. |
Vertical | The control or element is oriented vertically. |
Namespace: System.WinForms
Assembly: System.WinForms.dll