ExponentialEase.Exponent Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the exponent used to determine the interpolation of the animation.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<ExponentialEase Exponent="double" .../>
Property Value
Type: System.DoubleThe exponent used to determine the interpolation of the animation. The default is 2.
Dependency property identifier field: ExponentProperty
The formula used by ExponentialEase is the following.

Using the previous formula, the following graph illustrates the effect of several different values for the Exponent property:

Show: