BounceEase.Bounces 属性

定义

获取或设置弹跳次数。

public:
 property int Bounces { int get(); void set(int value); };
int Bounces();

void Bounces(int value);
public int Bounces { get; set; }
var int32 = bounceEase.bounces;
bounceEase.bounces = int32;
Public Property Bounces As Integer
<BounceEase Bounces="int" .../>

属性值

Int32

int

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

适用于