UIElement.IsTapEnabledProperty 属性

定义

标识 IsTapEnabled 依赖属性。

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

属性值

IsTapEnabled 依赖属性的标识符。

适用于