Storyboard.GetIsPaused Method
.NET Framework 3.0
Gets a value that indicates whether the Clock that was created for this Storyboard is paused.
| Name | Description |
|---|---|
| Storyboard.GetIsPaused (FrameworkContentElement) | Gets a value that indicates whether the Clock that was created for this Storyboard is paused. |
| Storyboard.GetIsPaused (FrameworkElement) | Gets a value that indicates whether the Clock that was created for this Storyboard is paused. |
To use this method to retrieve information about a storyboard's clock, the storyboard must be 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.