ExponentialEasingFunction.Exponent プロパティ

定義

アニメーションの補間を決定するために使用される指数を取得します。

public:
 property float Exponent { float get(); };
float Exponent();
public float Exponent { get; }
var single = exponentialEasingFunction.exponent;
Public ReadOnly Property Exponent As Single

プロパティ値

Single

float

アニメーションの補間を求めるための指数。

注釈

このプロパティの値は、 CompositionEasingFunction.CreateExponentialEasingFunction.md メソッドのパラメーターとして設定されます。

適用対象