ArcGIS API for Silverlight - Library Reference
SelectionColor Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > FeatureLayer Class : SelectionColor Property

Gets or sets the selection color.

Syntax

Visual Basic (Declaration) 
Public Property SelectionColor As Brush
C# 
public Brush SelectionColor {get; set;}

Remarks

The SelectionColor will only have effect on default symbols. If you override the service symbology using the GraphicsLayer.Renderer property, this property will be ignored. The selection color will instead be what the ESRI.ArcGIS.Client.Symbols.Symbol defines for its selection state. Note that the default built-in symbols does not define a selection state.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.