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