ApplicationStyles Property

Gets the application's global styles.

Definition

Namespace: Avalonia
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Styles Styles { get; }

Property Value

Styles
The application's global styles.

Implements

IStyleHost.Styles

Remarks

Global styles apply to all windows in the application.

See Also