UIElement.PointerCapturesProperty Property

Definition

Identifies the PointerCaptures dependency property.

public:
 static property DependencyProperty ^ PointerCapturesProperty { DependencyProperty ^ get(); };
static DependencyProperty PointerCapturesProperty();
public static DependencyProperty PointerCapturesProperty { get; }
var dependencyProperty = UIElement.pointerCapturesProperty;
Public Shared ReadOnly Property PointerCapturesProperty As DependencyProperty

Property Value

The identifier for the PointerCaptures dependency property.

Applies to