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