Gets or sets whether the contained area of this
GraphicsLayer can return true values for hit testing.
Syntax
Visual Basic (Declaration) | |
---|
Public Property IsHitTestVisible As Boolean |
C# | |
---|
public bool IsHitTestVisible {get; set;} |
Property Value
true
if the contained area of this
GraphicsLayer can be used for hit-testing; otherwise,
false
. The default is
true
.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also