ExponentialEase.Exponent Property

Definition

Gets or sets the exponent used to determine the interpolation of the animation.

C#
public double Exponent { get; set; }

Property Value

The exponent used to determine the interpolation of the animation. The default is 2.

Remarks

Dependency property identifier field: ExponentProperty

The formula used by ExponentialEase is the following.

Mathematical formula for ExponentialEase

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

Exponential Ease for three Exponent values

XAML Attribute Usage

<object Exponent="double" .../>  

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10