IResourceDictionary Interface

Summary

An indexed dictionary of resources.
Namespace
Avalonia.Controls
Interfaces
  • IResourceProvider
  • IResourceNode
  • IDictionary<object, object?>
  • ICollection<KeyValuePair<object, object?>>
  • IEnumerable<KeyValuePair<object, object?>>
  • IEnumerable
Implementing Types
graph BT Type-.->Interface0["IResourceProvider"] click Interface0 "/api/Avalonia.Controls/IResourceProvider" Type-.->Interface1["IResourceNode"] click Interface1 "/api/Avalonia.Controls/IResourceNode" Type-.->Interface2["IDictionary<object, object?>"] Type-.->Interface3["ICollection<KeyValuePair<object, object?>>"] Type-.->Interface4["IEnumerable<KeyValuePair<object, object?>>"] Type-.->Interface5["IEnumerable"] Type["IResourceDictionary"] class Type type-node Implementing0["ResourceDictionary"]-.->Type click Implementing0 "/api/Avalonia.Controls/ResourceDictionary"

Syntax

public interface IResourceDictionary : IResourceProvider, IResourceNode, 
    IDictionary<object, object?>, ICollection<KeyValuePair<object, object?>>, 
    IEnumerable<KeyValuePair<object, object?>>, IEnumerable

Properties

Name Value Summary
MergedDictionaries IList<IResourceProvider>
Gets a collection of child resource dictionaries.

Extension Methods