Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 606 Bytes

uielement_ishittestvisible.md

File metadata and controls

30 lines (19 loc) · 606 Bytes
-api-id -api-type
P:Windows.UI.Xaml.UIElement.IsHitTestVisible
winrt property

Windows.UI.Xaml.UIElement.IsHitTestVisible

-description

Gets or sets whether the contained area of this UIElement can return true values for hit testing.

-xaml-syntax

<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.

-remarks

-examples

-see-also