EasingPointKeyFrame.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.
Namespace: System.Windows.Media.Animation
Assembly: System.Windows (in System.Windows.dll)
Syntax
Public Property EasingFunction As IEasingFunction
public IEasingFunction EasingFunction { get; set; }
XAML Values
- easingFunction
Exactly one object element for an object that derives from EasingFunctionBase, for example, <PowerEase />.
Property Value
Type: System.Windows.Media.Animation..::.IEasingFunction
The easing function that is applied to the key frame.
Remarks
Dependency property identifier field: EasingFunctionProperty
XAML Property Element Usage
<EasingPointKeyFrame>
<EasingPointKeyFrame.EasingFunction>
easingFunction
</EasingPointKeyFrame.EasingFunction>
</EasingPointKeyFrame>
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone