IXREasingDoubleKeyFrame::SetEasingFunction (Compact 2013)
3/28/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 IXREasingDoubleKeyFrame.
.NET Framework Equivalent
System.Windows.Media.Animation.EasingDoubleKeyFrame.EasingFunction
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |