views:

1617

answers:

2

Is there another Timer object that can be used in Silverlight except for the System.Threading.Timer object?

+9  A: 

Check out the DispatcherTimer: http://msdn.microsoft.com/en-us/library/system.windows.threading.dispatchertimer(VS.95).aspx

AndrewS
This is the recommended way by Microsoft, see MSDN How To: Create a Timer - http://msdn.microsoft.com/en-us/library/cc189084(VS.95).aspx#CommunityContent
Ola Karlsson
A: 

storyboard is a timer too