Share via


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

屬性值

彈跳的次數。 這個值必須大於或等於零。 負數值會解析為零。 預設值為 3。

備註

此屬性不包含最後的半彈跳。

相依性屬性識別碼欄位: BouncesProperty

XAML Attribute Usage

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

適用於