Default Property
Inherit theme variant from the parent. If set on Application, system theme is inherited. Using Default as the ResourceDictionary.Key marks this dictionary as a fallback in case the theme variant or resource key is not found in other theme dictionaries.
Definition
Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static ThemeVariant Default { get; }
Public Shared ReadOnly Property Default As ThemeVariant
Get
static member Default : ThemeVariant with get