Click or drag to resize
FrameworkElementTag Property
Gets or sets an arbitrary object value that can be used to store custom information about this object.

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

Property Value

Type: Object
See Also