Click or drag to resize
FrameworkElementIsHitTestVisible Property
Gets or sets whether the contained area of this UIElement can return true values for hit testing.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool IsHitTestVisible { get; set; }

Property Value

Type: Boolean
See Also