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)
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.
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.
Identifier field | |
Metadata properties set to true | None |
Available since 3.0