ResourceDictionary Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ResourceDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements contained in the collection. |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
IsFixedSize | Gets a value indicating whether the ResourceDictionary has a fixed size. |
|
IsReadOnly | Gets a value indicating whether the collection is read-only. |
|
Item | Gets the element at the specified index. |
|
Keys | Gets an ICollection object containing the keys of the ResourceDictionary. |
|
MergedDictionaries | Gets a collection of the ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries. |
|
Source | Gets or sets a URI that provides the source location of a merged resource dictionary. |
|
Values | Gets an ICollection object containing the values of the ResourceDictionary. |
| Name | Description | |
|---|---|---|
|
ICollection(Of KeyValuePair(Of Object, Object)).Count | Infrastructure. For a description of this member, see Count. |
|
ICollection(Of KeyValuePair(Of Object, Object)).IsReadOnly | Infrastructure. For a description of this member, see IsReadOnly. |
|
ICollection.IsSynchronized | Infrastructure. For a description of this member, see IsSynchronized. |
|
ICollection.SyncRoot | Infrastructure. For a description of this member, see SyncRoot. |
|
IDictionary(Of Object, Object).Item | Infrastructure. For a description of this member, see Item. |
|
IDictionary(Of Object, Object).Keys | Infrastructure. For a description of this member, see Keys. |
|
IDictionary(Of Object, Object).Values | Infrastructure. For a description of this member, see Values. |
Show: