EasingFunctionBase.EasingMode Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that specifies how the animation interpolates.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<easingFunction EasingMode="easingMode"/>
XAML Values
Property Value
Type: System.Windows.Media.Animation.EasingModeOne of the enumeration values that specifies how the animation interpolates. The default is EaseOut.
Dependency property identifier field: EasingModeProperty
The following graphs demonstrate the different values of EasingMode, where f(t) represents the animation progress and t represents time.










Show: