IResourceDictionaryThemeDictionaries Property

Gets a collection of merged resource dictionaries that are specifically keyed and composed to address theme scenarios.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
IDictionary<ThemeVariant, IThemeVariantProvider> ThemeDictionaries { get; }

Property Value

IDictionaryThemeVariant, IThemeVariantProvider

See Also