Click or drag to resize
ResourceDictionaryItem Property
Gets or sets the value associated with the given key.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Object this[
	Object key
] { get; set; }

Parameters

key
Type: SystemObject
The desired key to get or set.

Return Value

Type: Object
Value of the key.
See Also