Name

ArrangeDirection

Synopsis

This enumeration is used by the SystemInformation class in its ArrangeDirection property, to determine how minimized windows are arranged.


public enum ArrangeDirection {

   Left = 0,

   Right = 0,

   Down = 4,

   Up = 4

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) ArrangeDirection

Returned By

SystemInformation.ArrangeDirection

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.