ESRI.ArcGIS.ADF.Web.UI.WebControls
FeatureSelectionColor Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanelTask Class : FeatureSelectionColor Property




Color with which features will display on the map when selected in the task results.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<ResDescriptionAttribute("FeatureSelectionColor")>
<DefaultValueAttribute()>
<ResCategoryAttribute("Task")>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<NotifyParentPropertyAttribute(True)>
Public Overridable Property FeatureSelectionColor As Color
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanelTask
Dim value As Color
 
instance.FeatureSelectionColor = value
 
value = instance.FeatureSelectionColor
C# 
[TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ResDescriptionAttribute("FeatureSelectionColor")]
[DefaultValueAttribute()]
[ResCategoryAttribute("Task")]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[NotifyParentPropertyAttribute(true)]
public virtual Color FeatureSelectionColor {get; set;}

Remarks

When the task results display in the TaskResults control, each feature or item displays with a check-box for selection. When the task results are a graphics layer (T:ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer), and the TaskResults control is buddied to a Map control, the selected features will be displayed on the map with the color set in FeatureSelectionColor.

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.