ESRI.ArcGIS.ADF.Web
EnableCallout Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class : EnableCallout Property




Enables or disables the callout when the GraphicsLayer is rendered on client.

Syntax

Visual Basic (Declaration) 
Public Property EnableCallout As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayer
Dim value As Boolean
 
instance.EnableCallout = value
 
value = instance.EnableCallout
C# 
public bool EnableCallout {get; set;}

Remarks

This property only applies to graphics layers rendered on the client.

See Also

© 2010 All Rights Reserved.