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




The color to use for highlighting the feature selected for attribute editing.

Syntax

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

See Also

© 2010 All Rights Reserved.