IClassicDesktopStyleApplicationLifetimeShutdownMode Property
Gets or sets the ShutdownMode. This property indicates whether the application is shutdown explicitly or implicitly.
If ShutdownMode is set to OnExplicitShutdown the application is only closes if Shutdown is called.
The default is OnLastWindowClose
Namespace: Avalonia.Controls.ApplicationLifetimesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
ShutdownMode ShutdownMode { get; set; }
Property ShutdownMode As ShutdownMode
Get
Set
abstract ShutdownMode : ShutdownMode with get, set
Property Value
ShutdownMode
The shutdown mode.