FrameworkElementIsHitTestVisible Property |
Gets or sets whether the contained area of this UIElement can return true
values for hit testing.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public bool IsHitTestVisible { get; set; }
Property Value
Type:
BooleanSee Also