This documentation is archived and is not being maintained.
Orientation Enumeration
.NET Framework 1.1
Specifies the orientation of controls or elements of controls.
[Visual Basic] <Serializable> Public Enum Orientation [C#] [Serializable] public enum Orientation [C++] [Serializable] __value public enum Orientation [JScript] public Serializable enum Orientation
Remarks
This enumeration is used by members such as TrackBar.Orientation.
Members
| Member name | Description |
|---|---|
| Horizontal Supported by the .NET Compact Framework. | The control or element is oriented horizontally. |
| Vertical Supported by the .NET Compact Framework. | The control or element is oriented vertically. |
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: