| BounceEaseBounces Property |
Gets or sets the number of bounces before the final bounce to the target value.
Namespace: DigitalRune.Animation.EasingAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public int Bounces { get; set; }
Public Property Bounces As Integer
Get
Set
public:
property int Bounces {
int get ();
void set (int value);
}
member Bounces : int with get, set
Property Value
Type:
Int32
The number of bounces before the final bounce to the target value. The value must be greater
than or equal to 0. Negative values are internally clamped to 0. The default value is 3.
See Also