UIElement.IsHitTestVisible Property
Definition
public:
property bool IsHitTestVisible { bool get(); void set(bool value); };
bool IsHitTestVisible();
void IsHitTestVisible(bool value);
public bool IsHitTestVisible { get; set; }
Public Property IsHitTestVisible As Boolean
<uiElement IsHitTestVisible="bool"/>
Property Value
true if the contained area of this UIElement can be used for hit testing; otherwise, false. The default is true.