Share via


Control.RequiresPointerProperty 属性

定义

标识 RequiresPointer 依赖属性。

public:
 static property DependencyProperty ^ RequiresPointerProperty { DependencyProperty ^ get(); };
static DependencyProperty RequiresPointerProperty();
public static DependencyProperty RequiresPointerProperty { get; }
var dependencyProperty = Control.requiresPointerProperty;
Public Shared ReadOnly Property RequiresPointerProperty As DependencyProperty

属性值

RequiresPointer 依赖属性的标识符。

适用于