BounceEase.Bounces 属性

定义

获取或设置弹跳次数。

public:
 property int Bounces { int get(); void set(int value); };
public int Bounces { get; set; }
member this.Bounces : int with get, set
Public Property Bounces As Integer

属性值

弹跳次数。 该值必须大于或等于零。 负值解析为 0。 默认值为 3。

注解

此属性不包括最后的半跳。

依赖属性标识符字段: BouncesProperty

XAML 属性用法

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

适用于