ThemeDictionaries 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)
- C#
- VB
- F#
IDictionary<ThemeVariant, IThemeVariantProvider> ThemeDictionaries { get; }
ReadOnly Property ThemeDictionaries As IDictionary(Of ThemeVariant, IThemeVariantProvider)
Get
abstract ThemeDictionaries : IDictionary<ThemeVariant, IThemeVariantProvider> with get
Property Value
IDictionary(ThemeVariant, IThemeVariantProvider)