UIElement.IsHitTestVisible property

Expand Minimize
0 out of 3 rated this helpful - Rate this topic

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

Syntax


public bool IsHitTestVisible { get; set; }


<uiElement IsHitTestVisible="bool"/>

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

true if the contained area of this UIElement can be used for hit testing; otherwise, false. The default is true.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

UIElement

 

 

Build date: 1/31/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.