DXSwitch.AnimationBounceDelta Property
In This Article
Gets or sets the delta between base and extreme positions of the thumb during the bounce animation. This is the bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public double AnimationBounceDelta { get; set; }
#Property Value
Type | Description |
---|---|
Double | The delta between base and extreme positions of the thumb in pixels. |
See Also