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 の数式 ExponentialEase

次のグラフは、前の数式を使用して、 プロパティに対するいくつかの異なる値の効果を Exponent 示しています。

3 つの指数値の指数イーズ

XAML 属性の使用方法

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

適用対象