共用方式為


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。

適用於