BounceEase.Bounciness Property

Definition

Gets or sets a value that specifies how bouncy the bounce animation is. Low values of this property result in bounces with little lose of height between bounces (more bouncy) while high values result in dampened bounces (less bouncy).

public:
 property double Bounciness { double get(); void set(double value); };
public double Bounciness { get; set; }
member this.Bounciness : double with get, set
Public Property Bounciness As Double

Property Value

The value that specifies how bouncy the bounce animation is. This value must be positive. The default value is 2.

Remarks

Dependency property identifier field: BouncinessProperty

XAML Attribute Usage

<object Bounciness="double" .../>  

Applies to