The properties of Xamarin.Forms.ResourceDictionary are listed below. For a list of all members, see the ResourceDictionary Members list.
See Also: Inherited members from System.Object
| [read-only] | Count | int. The number of entries in the Xamarin.Forms.ResourceDictionary. |
default property | Item(string) | object. Retrieves the object value associated with the key index. |
| [read-only] | Keys | ICollection<string>. The collection of identifier strings that are keys in the Xamarin.Forms.ResourceDictionary. |
| [read-only] | Values | ICollection<object>. Retrieves the values of the Xamarin.Forms.ResourceDictionary. |