All pages
Powered by GitBook
1 of 1

Loading...

FormStartPosition

Wisej.Web.FormStartPosition

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Specifies the initial position of a form.

public enum FormStartPosition : Enum
Public Enum FormStartPosition As [Enum]

Fields

Name
Description

Used By

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.

DefaultLocation

The form is positioned at the default location and has the dimensions specified in the form's size.

Manual

The position of the form is determined by the Location property.

Form.StartPosition

Returns or sets the starting position of the form at run time.