Summary
Gets the application's global styles.
- Namespace
- Avalonia
- Containing Type
- Application
Syntax
public Styles Styles { get; }
Remarks
Global styles apply to all windows in the application.
Value
Type | Description |
---|---|
Styles | The application's global styles. |