Styles Property
Gets the application's global styles.
Definition
Namespace: Avalonia
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public Styles Styles { get; }
Public ReadOnly Property Styles As Styles
Get
abstract Styles : Styles with get
override Styles : Styles with get
Property Value
Styles
The application's global styles.
Implements
IStyleHost.StylesRemarks
Global styles apply to all windows in the application.