PointAnimation::EasingFunction Property
.NET Framework (current version)
Gets or sets the easing function applied to this animation.
Assembly: PresentationCore (in PresentationCore.dll)
public: property IEasingFunction^ EasingFunction { IEasingFunction^ get(); void set(IEasingFunction^ value); }
Property Value
Type: System.Windows.Media.Animation::IEasingFunction^The easing function applied to this animation.
Easing functions allow you to create a variety of specialized animation effects including bouncing, spring oscillations, and various magnitude acceleration and deceleration animations.
.NET Framework
Available since 4.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 4.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: