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); };
double Exponent();

void Exponent(double value);
public double Exponent { get; set; }
var double = exponentialEase.exponent;
exponentialEase.exponent = double;
Public Property Exponent As Double
<ExponentialEase Exponent="double" .../>

Property Value

Double

double

The exponent used to determine the interpolation of the animation. The default is 2.

Applies to