ExponentialEasingFunction.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 float Exponent { float get(); };
float Exponent();
public float Exponent { get; }
var single = exponentialEasingFunction.exponent;
Public ReadOnly Property Exponent As Single
Property Value
Single
float
The exponent used to determine the interpolation of the animation. The default is 2.
Remarks
The formula used for this function is the following.
Using the formula above, the following graph illustrates the effect of several different values for the Exponent property: