FrameworkContentElement::Tag Property
Gets or sets an arbitrary object value that can be used to store custom information about this element.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
<object> <object.Tag> <Object .../> </object.Tag> </object>
XAML Values
Because this property takes an object, you would need to use the property element usage in order to set the Tag property in Extensible Application Markup Language (XAML) to anything other than an object with a known and built-in type converter, such as a string. Objects used in this way are typically not within the standard Windows Presentation Foundation (WPF) namespaces and therefore may require namespace mapping to the external namespace in order to be introduced as XAML elements.
This property is analogous to Tag properties in other Microsoft programming models, such as Microsoft Visual Basic for Applications (VBA) or Windows Forms. It is intended to provide a pre-existing place to store some basic custom information about any element without forcing application developers to subclass.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.