Storyboard.GetIsPaused Method

Definition

Retrieves a value that indicates whether the Clock that was created for this Storyboard is paused.

Overloads

GetIsPaused()

Retrieves a value that indicates whether the Clock that was created for this Storyboard is paused.

GetIsPaused(FrameworkContentElement)

Retrieves a value that indicates whether the Clock that was created for this Storyboard is paused.

GetIsPaused(FrameworkElement)

Retrieves a value that indicates whether the Clock that was created for this Storyboard is paused.

GetIsPaused()

Retrieves a value that indicates whether the Clock that was created for this Storyboard is paused.

C#
public bool GetIsPaused();

Returns

true if the Clock created for this Storyboard is paused; otherwise, false.

Remarks

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.

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

GetIsPaused(FrameworkContentElement)

Retrieves a value that indicates whether the Clock that was created for this Storyboard is paused.

C#
public bool GetIsPaused(System.Windows.FrameworkContentElement containingObject);

Parameters

containingObject
FrameworkContentElement

The object specified when the Begin(FrameworkContentElement, Boolean) method was called. This object contains the Clock objects that were created for this storyboard and its children.

Returns

true if the Clock created for this Storyboard is paused; otherwise, false.

Remarks

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.

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

GetIsPaused(FrameworkElement)

Retrieves a value that indicates whether the Clock that was created for this Storyboard is paused.

C#
public bool GetIsPaused(System.Windows.FrameworkElement containingObject);

Parameters

containingObject
FrameworkElement

The object specified when the Begin(FrameworkElement, Boolean) method was called. This object contains the Clock objects that were created for this storyboard and its children.

Returns

true if the Clock created for this Storyboard is paused; otherwise, false.

Remarks

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.

See also

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10