ArcGIS Runtime SDK for WPF - Library Reference
SelectionColor Property
See Also 
ESRI.ArcGIS.Client Namespace > GraphicsLayer Class : SelectionColor Property

Gets or sets the selection color. This property only affects FeatureLayer and when GraphicsLayer is an accelerated layer.

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 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, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.