ColorAnimation.EasingFunction プロパティ

定義

このアニメーションに適用されるイージング関数を取得または設定します。

public:
 property System::Windows::Media::Animation::IEasingFunction ^ EasingFunction { System::Windows::Media::Animation::IEasingFunction ^ get(); void set(System::Windows::Media::Animation::IEasingFunction ^ value); };
public System.Windows.Media.Animation.IEasingFunction EasingFunction { get; set; }
member this.EasingFunction : System.Windows.Media.Animation.IEasingFunction with get, set
Public Property EasingFunction As IEasingFunction

プロパティ値

このアニメーションに適用されるイージング関数。

注釈

イージング関数を使用すると、バウンス、ばね振動、さまざまな大きさの加速と減速アニメーションなど、さまざまな特殊なアニメーション効果を作成できます。 これらの関数は、主に "移動アニメーション" とカラー アニメーション用に設計されていますが、 ColorAnimationにイージング関数を適用するシナリオが見つかる場合があります。 たとえば、 PowerEase イージング関数を使用して、最初は色をアニメーション化するが遅くなるカラー アニメーションを作成できます。

適用対象

こちらもご覧ください