ArcGIS API for Windows Phone - 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 either the GraphicsLayer.Renderer or FeatureSymbol properties, 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 Phone 7

See Also

© ESRI, Inc. All Rights Reserved.