C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml
ResourceDictionary Class
ResourceDictionary Properties
Count Property
IsFixedSize Property
IsReadOnly Property
IsSynchronized Property
Item Property
Keys Property
MergedDictionaries Property
Source Property
SyncRoot Property
Values Property
ResourceDictionary
MergedDictionaries Property
Gets a collection of the ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries.
Namespace:
Windows.UI.Xaml
Assembly:
CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
ObservableCollection
<
ResourceDictionary
>
MergedDictionaries
{
get
; }
Property Value
Type:
ObservableCollection
ResourceDictionary
See Also
Reference
ResourceDictionary Class
Windows.UI.Xaml Namespace