IXRStoryboard::Pause (Compact 2013)

3/28/2014

This method pauses the animation clock of this storyboard.

Syntax

virtual HRESULT STDMETHODCALLTYPE Pause() = 0;

Parameters

None.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

This method stops the animation clock, but has no discernable effect if the clock is not active or is currently paused. As a side effect, all associated children are also paused.

.NET Framework Equivalent

System.Windows.Media.Animation.Storyboard.Pause

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRStoryboard