WindowStartupLocation Enumeration
Determines the startup location of the window.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum WindowStartupLocation
Public Enumeration WindowStartupLocation
type WindowStartupLocation
Members
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. |