FrameworkElement.TagProperty Property

Definition

Identifies the Tag  dependency property.

public:
 static property DependencyProperty ^ TagProperty { DependencyProperty ^ get(); };
static DependencyProperty TagProperty();
public static DependencyProperty TagProperty { get; }
var dependencyProperty = FrameworkElement.tagProperty;
Public Shared ReadOnly Property TagProperty As DependencyProperty

Property Value

The identifier for the Tag  dependency property.

Applies to