Leer en inglés Editar

Compartir a través de


ArrangeStartingPosition Enum

Definition

Specifies the starting position that the system uses to arrange minimized windows.

This enumeration supports a bitwise combination of its member values.

public enum ArrangeStartingPosition
[System.Flags]
public enum ArrangeStartingPosition
Inheritance
ArrangeStartingPosition
Attributes

Fields

Name Value Description
BottomLeft 0

Starts at the lower-left corner of the screen, which is the default position.

BottomRight 1

Starts at the lower-right corner of the screen.

TopLeft 2

Starts at the upper-left corner of the screen.

TopRight 3

Starts at the upper-right corner of the screen.

Hide 8

Hides minimized windows by moving them off the visible area of the screen.

Remarks

This enumeration is used by the ArrangeStartingPosition property of the SystemInformation class.

Applies to

Producto Versiones
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also