DispatcherTimer with Pause and Resume methods.
Methods
| Name |
|---|
| Start |
| Stop |
| Pause |
| Resume |
Properties
| Name |
|---|
| Interval |
| RemainingAfterPause |
Events
| Name |
|---|
| Tick |
Sample
1 | var timer = new PausableDispatcherTimer(interval) |
Demo
you can run demo and see this feature.