Click or drag to resize
ResourceDictionaryValues Property
Gets an ICollection containing a List of the values in this ResourceDictionary.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public ICollection<Object> Values { get; }

Property Value

Type: ICollectionObject
See Also