Skip to main content
All docs
V25.1
  • ON

    DXSwitch.AnimationBounceDelta Property

    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

    public double AnimationBounceDelta { get; set; }

    Property Value

    Type Description
    Double

    The delta between base and extreme positions of the thumb in pixels.

    See Also