ESRI.ArcGIS.ADF.Web.UI.WebControls
FeatureHighlightColor Property
See Also  Send Feedback
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) 
<ResCategoryAttribute("Task")>
<TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("The color of highlighted features. This only applies when RenderOnClient is set to true.")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<NotifyParentPropertyAttribute(True)>
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# 
[ResCategoryAttribute("Task")]
[TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("The color of highlighted features. This only applies when RenderOnClient is set to true.")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[NotifyParentPropertyAttribute(true)]
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.