BounceEasingFunction.Bounciness Property
Gets or sets the animation bounciness. The lower values make the animation less bouncy.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public double Bounciness { get; set; }
Property Value
Type | Description |
---|---|
Double | A numeric value that specifies the animation’s bounciness. |
See Also