ExponentialEase.Exponent Property

Definition

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

public:
 property double Exponent { double get(); void set(double value); };
public double Exponent { get; set; }
member this.Exponent : double with get, set
Public Property Exponent As Double

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