ExponentialEase.Exponent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Using the previous formula, the following graph illustrates the effect of several different values for the Exponent property:
XAML Attribute Usage
<object Exponent="double" .../>