This enumeration is used by the SystemInformation.ArrangeDirection property of the System.Windows.Forms.SystemInformation class.
Member Name | Description |
---|---|
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. |