ButtonBase.IsPointerOverProperty Property

Definition

Identifies the IsPointerOver dependency property.

public:
 static property DependencyProperty ^ IsPointerOverProperty { DependencyProperty ^ get(); };
static DependencyProperty IsPointerOverProperty();
public static DependencyProperty IsPointerOverProperty { get; }
var dependencyProperty = ButtonBase.isPointerOverProperty;
Public Shared ReadOnly Property IsPointerOverProperty As DependencyProperty

Property Value

The identifier for the IsPointerOver dependency property.

Applies to