BounceEase.Bounces Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the number of bounces.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<BounceEase Bounces="int" .../>
Property Value
Type: System.Int32The number of bounces. The value must be greater or equal to zero. Negative values will resolve to zero. The default is 3.
Dependency property identifier field: BouncesProperty
Show: