Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 514 Bytes

bounceease_bounces.md

File metadata and controls

28 lines (19 loc) · 514 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.Animation.BounceEase.Bounces
winrt property

Microsoft.UI.Xaml.Media.Animation.BounceEase.Bounces

-description

Gets or sets the number of bounces.

-xaml-syntax

<BounceEase Bounces="int" .../>

-property-value

The number of bounces. The value must be greater or equal to zero. Negative values will resolve to zero. The default is 3.

-remarks

-examples

-see-also