Table of Contents

Interface IResourceDictionary

Namespace
Avalonia.Controls
Assembly
Avalonia.Base.dll

An indexed dictionary of resources.

public interface IResourceDictionary : IResourceProvider, IResourceNode, IDictionary<object, object?>, ICollection<KeyValuePair<object, object?>>, IEnumerable<KeyValuePair<object, object?>>, IEnumerable
Inherited Members
Extension Methods

Properties

MergedDictionaries

Gets a collection of child resource dictionaries.

IList<IResourceProvider> MergedDictionaries { get; }

Property Value

IList<IResourceProvider>

ThemeDictionaries

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

IDictionary<ThemeVariant, IThemeVariantProvider> ThemeDictionaries { get; }

Property Value

IDictionary<ThemeVariant, IThemeVariantProvider>