Share via


IXRStoryboard::Resume (Compact 2013)

3/28/2014

This method resumes the animation clock that is associated with this storyboard.

Syntax

virtual HRESULT STDMETHODCALLTYPE Resume() = 0;

Parameters

None.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

After pausing playback with IXRStoryboard::Pause, you can call this method to continue the animation sequence defined by this storyboard.

.NET Framework Equivalent

System.Windows.Media.Animation.Storyboard.Resume

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRStoryboard