Share via


IXRStoryboard::Stop (Compact 2013)

3/28/2014

This method stops the playback of this storyboard.

Syntax

virtual HRESULT STDMETHODCALLTYPE Stop() = 0;

Parameters

None.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

Notice that stopping a storyboard does not raise the Completed event that is associated with IXRTimeline::AddCompletedEventHandler.

.NET Framework Equivalent

System.Windows.Media.Animation.Storyboard.Stop

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRStoryboard