Storyboard::GetIsPaused Method ()
.NET Framework (current version)
Retrieves a value that indicates whether the Clock that was created for this Storyboard is paused.
Assembly: PresentationFramework (in PresentationFramework.dll)
Return Value
Type: System::Booleantrue if the Clock created for this Storyboard is paused; otherwise, false.
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. For an example, see How to: Control a Storyboard After It Starts.
.NET Framework
Available since 3.0
Available since 3.0
Show: