Skip to main content

IResourceDictionary Properties

Properties

CountGets the number of elements contained in the ICollection(T).
(Inherited from ICollection(KeyValuePair(Object, Object)))
HasResourcesGets a value indicating whether the object has resources.
(Inherited from IResourceNode)
IsReadOnlyGets a value indicating whether the ICollection(T) is read-only.
(Inherited from ICollection(KeyValuePair(Object, Object)))
Item(TKey)Gets or sets the element with the specified key.
(Inherited from IDictionary(Object, Object))
KeysGets an ICollection(T) containing the keys of the IDictionary(TKey, TValue).
(Inherited from IDictionary(Object, Object))
MergedDictionariesGets a collection of child resource dictionaries.
OwnerGets the owner of the resource provider.
(Inherited from IResourceProvider)
ThemeDictionariesGets a collection of merged resource dictionaries that are specifically keyed and composed to address theme scenarios.
ValuesGets an ICollection(T) containing the values in the IDictionary(TKey, TValue).
(Inherited from IDictionary(Object, Object))

See Also

Reference

IResourceDictionary Interface
Avalonia.Controls Namespace