ExponentialEase.Exponent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用於決定動畫插補的指數。
public:
property double Exponent { double get(); void set(double value); };
public double Exponent { get; set; }
member this.Exponent : double with get, set
Public Property Exponent As Double
屬性值
用於決定動畫插補的指數。 預設值為 2。
備註
相依性屬性識別碼欄位: ExponentProperty
所使用的 ExponentialEase 公式如下。
使用上述公式,下圖說明屬性的數個不同值 Exponent 的效果:
XAML Attribute Usage
<object Exponent="double" .../>