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