ESRI.ArcGIS.ADF.ArcGISServer.Editor
FeatureSelectionColor Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : FeatureSelectionColor Property




The color to use for highlighting selected features.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(True)>
<ResDefaultValueAttribute()>
<ResDescriptionAttribute("The color to use for highlighting selected features.")>
<ResCategoryAttribute("Editing")>
<PersistenceModeAttribute()>
Public Property FeatureSelectionColor As Color
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As Color
 
instance.FeatureSelectionColor = value
 
value = instance.FeatureSelectionColor
C# 
[BrowsableAttribute(true)]
[ResDefaultValueAttribute()]
[ResDescriptionAttribute("The color to use for highlighting selected features.")]
[ResCategoryAttribute("Editing")]
[PersistenceModeAttribute()]
public Color FeatureSelectionColor {get; set;}

See Also

© 2010 All Rights Reserved.