Select to view content in your preferred language

featureLayer.Renderer = I lost my animation of action of Editor.EditAction.Select

602
2
01-08-2012 09:12 AM
YgorThomaz
Emerging Contributor
Hello,

I am using the property of my feature layer.

featureLayer.Renderer = yellowTransparency;

But, I missed the graphic rendered at the time of action selected (Editor.EditAction.Select).

Any idea why this happened? These graphics should not be different graphics?

Thanks!! (:
0 Kudos
2 Replies
JenniferNery
Esri Regular Contributor
The default Cyan selection color is used only when you do not override renderer. In order to preserve selection animation, your new renderer must also define selection state as in this SDK sample: http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#SelectGraphics
0 Kudos
YgorThomaz
Emerging Contributor
Ty Jennifer,

Your example worked perfectly.

http://www.ygorthomaz.com/outros/saeb2.jpg
0 Kudos