![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
FeatureHighlightColor Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanelTask Class : FeatureHighlightColor Property |
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) | ![]() |
---|---|
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;} |
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.
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