BounceEase.Bounces 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定彈跳的次數。
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。