AnimationExtensions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IAnimatable オブジェクトの拡張メソッド。
public static class AnimationExtensions
type AnimationExtensions = class
- 継承
-
System.ObjectAnimationExtensions
メソッド
AbortAnimation(IAnimatable, String) |
アニメーションを停止します。 |
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>) |
指定のパラメーターを設定し、アニメーションを開始します。 |
AnimateKinetic(IAnimatable, String, Func<Double,Double,Boolean>, Double, Double, Action) |
指定のパラメーターを設定し、運動アニメーションを開始します。 |
AnimationIsRunning(IAnimatable, String) |
|
Batch(IAnimatable) |
IAnimatable オブジェクトの拡張メソッド。 |
Interpolate(Double, Double, Double, Boolean) |
|