BackEasingFunction.Amplitude Property
In This Article
Gets or sets the amplitude of the back movement.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public double Amplitude { get; set; }
#Property Value
Type | Description |
---|---|
Double | A number that defines the amplitude. |
See Also