Share via


ExponentialEasingFunction.Exponent Property

Definition

Gets 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.

Remarks

The value of this property is set as a parameter of the CompositionEasingFunction.CreateExponentialEasingFunction.md method.

Applies to