ESRI.ArcGIS.ADF.Web.UI.WebControls
FeatureHighlightColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanelTask Class : FeatureHighlightColor Property




Color with which features will display on the map when highlighted in the task results and RenderOnClient is true.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<ResDescriptionAttribute("The color of highlighted features. This only applies when RenderOnClient is set to true.")>
<NotifyParentPropertyAttribute(True)>
<TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DefaultValueAttribute()>
<ResCategoryAttribute("Task")>
Public Overridable Property FeatureHighlightColor As Color
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanelTask
Dim value As Color
 
instance.FeatureHighlightColor = value
 
value = instance.FeatureHighlightColor
C# 
[PersistenceModeAttribute()]
[ResDescriptionAttribute("The color of highlighted features. This only applies when RenderOnClient is set to true.")]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultValueAttribute()]
[ResCategoryAttribute("Task")]
public virtual Color FeatureHighlightColor {get; set;}

Remarks

When the task results display in the TaskResults control and RenderOnClient is true, hovering on a feature node in the task results will highlight the feature on the map with the color set in FeatureHighlightColor.

See Also

© 2010 All Rights Reserved.