Summary
Gets or sets the main window of the application.
- Namespace
- Avalonia
.Controls . Application Lifetimes - Containing Type
- Classic
Desktop Style Application Lifetime
Syntax
public Window MainWindow { get; set; }
Value
Type | Description |
---|---|
Window | The main window. |