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.
Syntax
'Declaration
Public Property IsHitTestVisible As Boolean
public bool IsHitTestVisible {get; set;}
Property Value
true if this element could be returned as a hit test result from at least one point; otherwise, false. The default value is true.
See Also