IXREasingFunctionBase::GetEasingMode (Compact 7)

3/12/2014

This method retrieves the easing mode of the current animation.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetEasingMode(
    __out XREasingMode* pEasingMode
) = 0;

Parameters

  • pEasingMode
    [out] Pointer to an XREasingMode enumerated value that indicates when to apply the easing function to the associated animation: at the beginning, at the end, or both.

Return Value

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

Remarks

For images that represent the effects of different easing functions, see XREasingMode.

.NET Framework Equivalent

System.Windows.Media.Animation.EasingFunctionBase.EasingMode

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXREasingFunctionBase
XREasingMode