WindowStartupLocation Enumeration
Determines the startup location of the window.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum WindowStartupLocation
Public Enumeration WindowStartupLocation
type WindowStartupLocation
| Manual | 0 |
The startup location is defined by the Position property.
|
| CenterScreen | 1 |
The startup location is the center of the screen.
|
| 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.
|