ButtonBase.IsPressedProperty Property

Definition

Identifies the IsPressed dependency property.

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

Property Value

The identifier for the IsPressed dependency property.

Applies to