ArcGIS API for WPF - Library Reference
IsHitTestVisible Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > GraphicsLayer Class : IsHitTestVisible Property

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

See Also

© ESRI, Inc. All Rights Reserved.