Skip to main content
Version: 4.1

FormStartPosition

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Specifies the initial position of a form.

public enum FormStartPosition : Enum

Fields

NameDescription
CenterParentThe form is centered within the bounds of its parent form.
CenterScreenThe form is centered on the current display, and has the dimensions specified in the form's size.
DefaultLocationThe form is positioned at the default location and has the dimensions specified in the form's size.
ManualThe position of the form is determined by the Location property.

Used By

NameDescription
Form.StartPositionReturns or sets the starting position of the form at run time.
FormExtensions.StartPositionSets the start position for the specified Form control, determining the initial position of the form when it is displayed.