ESRI.ArcGIS.ADF.Web.UI.WebControls
ClientToolGraphicsColor Property
See Also  Send Feedback
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) 
<TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DefaultValueAttribute()>
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<ResCategoryAttribute("Appearance")>
<ResDescriptionAttribute("Color of the box dragged onto the map")>
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# 
[TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultValueAttribute()]
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ResCategoryAttribute("Appearance")]
[ResDescriptionAttribute("Color of the box dragged onto the map")]
public Color ClientToolGraphicsColor {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.