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