ArrangeDirection Enumeration
.NET Framework 4.5
Specifies the direction in which the system arranges minimized windows.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Down | Arranged vertically, from top to bottom. Valid with the TopLeft and TopRight ArrangeStartingPosition enumeration values. | |
| Left | Arranged horizontally, from left to right. Valid with the BottomRight and TopRight ArrangeStartingPosition enumeration values. | |
| Right | Arranged horizontally, from right to left. Valid with the BottomLeft and TopLeft ArrangeStartingPosition enumeration values. | |
| Up | Arranged vertically, from bottom to top. Valid with the BottomLeft and BottomRight ArrangeStartingPosition enumeration values. |
This enumeration is used by the ArrangeDirection property of the SystemInformation class.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.