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) |
|
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# |
|
public Color ClientToolGraphicsColor {get; set;} |
Requirements
Target Platforms:Windows XP Professional, Windows Server 2003 family
See Also