次の方法で共有


AnimationExtensions クラス

定義

IAnimatable オブジェクトの拡張メソッド。

public ref class AnimationExtensions abstract sealed
public static class AnimationExtensions
type AnimationExtensions = class
Public Module AnimationExtensions
継承
AnimationExtensions

メソッド

AbortAnimation(IAnimatable, String)

アニメーションを停止します。

Add(IAnimationManager, Action<Double>)

IAnimatable オブジェクトの拡張メソッド。

Animate(IAnimatable, String, Action<Double>, Double, Double, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>)

指定のパラメーターを設定し、アニメーションを開始します。

Animate(IAnimatable, String, Action<Double>, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>)

指定のパラメーターを設定し、アニメーションを開始します。

Animate(IAnimatable, String, Animation, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>)

指定のパラメーターを設定し、アニメーションを開始します。

Animate<T>(IAnimatable, String, Func<Double,T>, Action<T>, UInt32, UInt32, Easing, Action<T,Boolean>, Func<Boolean>, IAnimationManager)

指定のパラメーターを設定し、アニメーションを開始します。

AnimateKinetic(IAnimatable, String, Func<Double,Double,Boolean>, Double, Double, Action, IAnimationManager)

指定のパラメーターを設定し、運動アニメーションを開始します。

AnimationIsRunning(IAnimatable, String)

handle で指定されたアニメーションが実行されているかどうかを示すブール値を返します。

Batch(IAnimatable)

IAnimatable オブジェクトの拡張メソッド。

Insert(IAnimationManager, Func<Int64,Boolean>)

IAnimatable オブジェクトの拡張メソッド。

Interpolate(Double, Double, Double, Boolean)

startend の間で線形補間を実行する関数を返します。

Remove(IAnimationManager, Int32)

IAnimatable オブジェクトの拡張メソッド。

適用対象