Storyboard.Stop Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Stops the storyboard.
Assembly: System.Windows (in System.Windows.dll)
Note that stopping a storyboard does not raise the Completed event.
Note: |
|---|
Do not attempt to call Storyboard members (for example, Stop) within the constructor of the page. This will cause the animation to fail silently. |
Show:
Note: