Share via


IXREasingColorKeyFrame::SetEasingFunction (Compact 7)

3/12/2014

This method sets the easing function that is applied to the key frame.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetEasingFunction(
    __in IXRDependencyObject* pEasingFunction
) = 0;

Parameters

  • pEasingFunction
    [in] Pointer to an instance of an easing function.

Return Value

Returns an HRESULT that indicates success or returns an error code.

Remarks

For information about how to associate an easing function with an animation, see IXREasingColorKeyFrame.

.NET Framework Equivalent

System.Windows.Media.Animation.EasingColorKeyFrame.EasingFunction

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXREasingColorKeyFrame