ExponentialEasingFunction.Exponent Property
In This Article
Gets or sets the exponent that is used to determine the animation interpolation.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public double Exponent { get; set; }
#Property Value
Type | Description |
---|---|
Double | A value that specifies an exponent. |
See Also