System.Windows.Forms.ArrangeDirection Enumeration

Specifies the direction in which the system arranges minimized windows.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
[System.Flags]
public enum ArrangeDirection

Remarks

This enumeration is used by the SystemInformation.ArrangeDirection property of the System.Windows.Forms.SystemInformation class.

Members

Member NameDescription
Down

Arranged vertically, from top to bottom. Valid with the ArrangeStartingPosition.TopLeft and ArrangeStartingPosition.TopRight System.Windows.Forms.ArrangeStartingPosition enumeration values.

Left

Arranged horizontally, from left to right. Valid with the ArrangeStartingPosition.BottomRight and ArrangeStartingPosition.TopRight System.Windows.Forms.ArrangeStartingPosition enumeration values.

Right

Arranged horizontally, from right to left. Valid with the ArrangeStartingPosition.BottomLeft and ArrangeStartingPosition.TopLeft System.Windows.Forms.ArrangeStartingPosition enumeration values.

Up

Arranged vertically, from bottom to top. Valid with the ArrangeStartingPosition.BottomLeft and ArrangeStartingPosition.BottomRight System.Windows.Forms.ArrangeStartingPosition enumeration values.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0