| Author: Alan Sun 05 Feb 2010 | Member Level: Bronze | Rating:  Points: 2 |
Hi Nila,
You might want to look at using DispatcherTimer instead? It has the two methods Start() and Stop() which might be what you want.
In Silverlight 3 its namespace is: System.Windows.Threading.DispatcherTimer
|