ApplicationCurrent Property

Gets the current instance of the Application class.

Definition

Namespace: Avalonia
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static Application? Current { get; }

Property Value

Application
The current instance of the Application class.

See Also