QuaternionAnimation.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

プロパティ値

このアニメーションに適用されているイージング機能。

注釈

イージング関数を使用すると、バウンス、スプリング振動、さまざまな大きさの加速と減速アニメーションなど、さまざまな特殊なアニメーション効果を作成できます。

適用対象

こちらもご覧ください