Visual Basic (Declaration) | |
---|---|
Public Property SelectionColor As Brush |
C# | |
---|---|
public Brush SelectionColor {get; set;} |
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.
Target Platforms:Windows Phone 7