Summary
Gets the current instance of the
Application
class.
- Namespace
- Avalonia
- Containing Type
- Application
Syntax
public static Application Current { get; }
Value
Type | Description |
---|---|
Application |
The current instance of the Application class.
|