BounceEasingFunction.BounceCount Property
In This Article
Gets or sets the number of bounces.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public int BounceCount { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | A positive integer that specifies the number of bounces. |
See Also