UIElement.IsHitTestVisibleProperty 属性

定义

标识 IsHitTestVisible 依赖属性。

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

属性值

IsHitTestVisible 依赖属性的标识符。

适用于