BounceEase.Bounciness Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies how bouncy the bounce animation is. Low values of this property result in bounces with little loss 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); };
double Bounciness();
void Bounciness(double value);
public double Bounciness { get; set; }
var double = bounceEase.bounciness;
bounceEase.bounciness = double;
Public Property Bounciness As Double
<BounceEase Bounciness="double" .../>
Property Value
Double
double
The value that specifies how bouncy the bounce animation is. This value must be positive. The default value is 2.