ExponentialEasingFunction.Exponent Property
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
public double Exponent { get; set; }
Property Value
Type | Description |
---|---|
Double | A value that specifies an exponent. |
See Also