WindowStartupLocation Enum

Summary

Determines the startup location of the window.
Namespace
Avalonia.Controls
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["WindowStartupLocation"] class Type type-node

Syntax

public enum WindowStartupLocation

Fields

Name Constant Value Summary
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.
static
CenterScreen 1
The startup location is the center of the screen.
static
Manual 0
The startup location is defined by the Position property.
static

Extension Methods