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