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