Storyboard.Resume Method
.NET Framework 3.0
Resumes the animation clock, or runtime-state, associated with this Storyboard instance.
| Name | Description |
|---|---|
| Storyboard.Resume (FrameworkContentElement) | Resumes the clock that was created for this storyboard. |
| Storyboard.Resume (FrameworkElement) | Resumes the clock that was created for this storyboard. |
A storyboard can be paused, resumed, seeked, stopped, and removed if it is made controllable. To make a storyboard controllable in code, you must use the appropriate overload of the storyboard's Begin method and specify true to make it controllable. See How to: Control a Storyboard After It Starts for an example.