ESRI.ArcGIS.ADF.Web.UI.WebControls
ClientToolGraphicsColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CartoDisplay Class : ClientToolGraphicsColor Property




The color of the box drawn on the Map/PageLayout control display while using the DragRectangle or PageDragRectangle Client Action tools (while zooming in/out, for example).

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Color of the box dragged onto the map")>
<TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<BindableAttribute(True)>
Public Property ClientToolGraphicsColor As Color
Visual Basic (Usage)Copy Code
Dim instance As CartoDisplay
Dim value As Color
 
instance.ClientToolGraphicsColor = value
 
value = instance.ClientToolGraphicsColor
C# 
[ResCategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Color of the box dragged onto the map")]
[TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[BindableAttribute(true)]
public Color ClientToolGraphicsColor {get; set;}

See Also

© 2010 All Rights Reserved.