EasingDoubleKeyFrame.EasingFunction Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the easing function that is applied to the key frame.
Assembly: System.Windows (in System.Windows.dll)
XAML Values
Property Value
Type: System.Windows.Media.Animation.IEasingFunctionThe easing function that is applied to the key frame.
Dependency property identifier field: EasingFunctionProperty
XAML Property Element Usage
<EasingDoubleKeyFrame> <EasingDoubleKeyFrame.EasingFunction> easingFunction </EasingDoubleKeyFrame.EasingFunction> </EasingDoubleKeyFrame
Show: