Bounces Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Media.Animation
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

public int Bounces { get; set; }
<BounceEase Bounces="int" .../>

Property Value

Type: System.Int32
The 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

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft