ArrangeDirection | serializable |
System.Windows.Forms (system.windows.forms.dll) | enum |
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
|