Storyboard.Pause Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Pauses the animation clock associated with the storyboard.
Assembly: System.Windows (in System.Windows.dll)
This method stops the animation clock from moving, but it has no discernible effect if the animation is not active or is currently paused. As a side effect, all associated children are also paused.
Note: |
|---|
Do not attempt to call Storyboard members (for example, Pause) within the constructor of the page. This will cause the animation to fail silently. |
Note: