ArrangeDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the direction in which the system arranges minimized windows.
This enumeration supports a bitwise combination of its member values.
public enum class ArrangeDirection
[System.Runtime.InteropServices.ComVisible(true)]
public enum ArrangeDirection
[System.Runtime.InteropServices.ComVisible(true)]
[System.Flags]
public enum ArrangeDirection
[System.Flags]
public enum ArrangeDirection
[<System.Runtime.InteropServices.ComVisible(true)>]
type ArrangeDirection =
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Flags>]
type ArrangeDirection =
[<System.Flags>]
type ArrangeDirection =
Public Enum ArrangeDirection
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Left | 0 | Arranged horizontally, from left to right. Valid with the BottomRight and TopRightArrangeStartingPosition enumeration values. |
Right | 0 | Arranged horizontally, from right to left. Valid with the BottomLeft and TopLeftArrangeStartingPosition enumeration values. |
Down | 4 | Arranged vertically, from top to bottom. Valid with the TopLeft and TopRightArrangeStartingPosition enumeration values. |
Up | 4 | Arranged vertically, from bottom to top. Valid with the BottomLeft and BottomRightArrangeStartingPosition enumeration values. |
Remarks
This enumeration is used by the ArrangeDirection property of the SystemInformation class.