This enumeration is used by the Form.StartPosition property of the System.Windows.Forms.Form class. It represents the different start positions of the form. The default start position is WindowsDefaultLocation.
Member Name | Description |
---|---|
CenterParent |
The form is centered within the bounds of its parent form. |
CenterScreen |
The form is centered on the current display, and has the dimensions specified in the form's size. |
Manual |
The position of the form is determined by the Control.Location property. |
WindowsDefaultBounds |
The form is positioned at the Windows default location and has the bounds determined by Windows default. |
WindowsDefaultLocation |
The form is positioned at the Windows default location and has the dimensions specified in the form's size. |