ButtonBase.IsPressedProperty 属性

定义

标识 IsPressed 依赖属性。

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

属性值

IsPressed 依赖属性的标识符。

适用于