Share via


ExponentialEase.Exponent 屬性

定義

取得或設定用於決定動畫插補的指數。

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 公式如下。

ExponentialEase

使用上述公式,下圖說明屬性的數個不同值 Exponent 的效果:

三個指數值的

XAML Attribute Usage

<object Exponent="double" .../>  

適用於