ArrangeDirection Enumeration
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.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Down | Arranged vertically, from top to bottom. Valid with the TopLeft and TopRightArrangeStartingPosition enumeration values. | |
| Left | Arranged horizontally, from left to right. Valid with the BottomRight and TopRightArrangeStartingPosition enumeration values. | |
| Right | Arranged horizontally, from right to left. Valid with the BottomLeft and TopLeftArrangeStartingPosition enumeration values. | |
| Up | Arranged vertically, from bottom to top. Valid with the BottomLeft and BottomRightArrangeStartingPosition enumeration values. |
This enumeration is used by the ArrangeDirection property of the SystemInformation class.
Available since 1.1