WindowStartupLocation Enumeration

Determines the startup location of the window.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum WindowStartupLocation

Members

Manual0 The startup location is defined by the Position property.
CenterScreen1 The startup location is the center of the screen.
CenterOwner2 The startup location is the center of the owner window. If the owner window is not specified, the startup location will be Manual.

See Also