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); };
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.