Gets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content. This is a dependency property.
シンタックス
'宣言
Public Property IsHitTestVisible As Boolean
public bool IsHitTestVisible {get; set;}
プロパティ値
true if this element could be returned as a hit test result from at least one point; otherwise,
false. The default value is
true.
参照