FrameworkElement.TagProperty 属性

定义

标识 Tag 依赖属性。

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

属性值

Tag 依赖属性的标识符。

适用于