ElasticEasingFunction.Springiness Property
Gets or sets the amplitude of a “spring” animation oscillation.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public double Springiness { get; set; }
Property Value
Type | Description |
---|---|
Double | A value that specifies the springiness. |
See Also