Table of Contents

Enum WindowStartupLocation

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

Determines the startup location of the window.

public enum WindowStartupLocation

Fields

CenterOwner = 2

The startup location is the center of the owner window. If the owner window is not specified, the startup location will be Manual.

CenterScreen = 1

The startup location is the center of the screen.

Manual = 0

The startup location is defined by the Position property.