Hi,
In my Silverlight application I want to have several points displayed on top of the map. Each of these points will contain a certain status attribute such as open, closed, jammed, ect... What I would like to do is provide animation of the point symbol based upon this status. For example if the status was open maybe the point would flash every 10 seconds, but if it was jammed it would flash every 2 seconds, and if it was closed it would never flash.
I thought about implementing this a custom style but I wasn't sure if it was possible or not. How does animation work in the silverlight edition or can it be done? And if so do you have any samples that would show this? I would think my custom style would have two properties like FlashInterval and Flashing (boolean). Finally if I did get this custom style to work would I be able to use it on the Web and Desktop editions as well? My guess it that it would be pretty difficult on the web edition, but wondered what you guys thought.
Thanks!