ExponentialEasingFunction.Exponent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用於決定動畫插補的指數。
public:
property float Exponent { float get(); };
float Exponent();
public float Exponent { get; }
var single = exponentialEasingFunction.exponent;
Public ReadOnly Property Exponent As Single
屬性值
Single
float
用於決定動畫插補的指數。 預設值為 2。
備註
此函式所使用的公式如下。
使用上述公式,下圖說明 Exponent 屬性數個不同值的效果: