ESRI.ArcGIS.ADF.ArcGISServer
SelectionColor Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapDescription Class : SelectionColor Property




Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property SelectionColor As Color
Visual Basic (Usage)Copy Code
Dim instance As MapDescription
Dim value As Color
 
instance.SelectionColor = value
 
value = instance.SelectionColor
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public Color SelectionColor {get; set;}

See Also

© 2010 All Rights Reserved.