IAnimatable インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この型は、WPF インフラストラクチャをサポートします。コードから直接使用するためのものではありません。 クラスをアニメーション化できるようにするには、UIElement、ContentElement、または Animatable から派生させる必要があります。
public interface class IAnimatable
public interface IAnimatable
type IAnimatable = interface
Public Interface IAnimatable
- 派生
プロパティ
HasAnimatedProperties |
このインスタンスにアニメーション化されたプロパティがあるかどうかを示す値を取得します。 |
メソッド
ApplyAnimationClock(DependencyProperty, AnimationClock) |
指定された AnimationClock の効果を、指定された依存関係プロパティに適用します。 |
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) |
指定された AnimationClock の効果を、指定された依存関係プロパティに適用します。 現在のアニメーションに対する新しい AnimationClock の効果は、 |
BeginAnimation(DependencyProperty, AnimationTimeline) |
指定した AnimationTimeline に基づいて、DependencyProperty オブジェクトの一連のアニメーションを開始します。 |
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) |
指定した DependencyProperty と AnimationTimeline の両方に基づいて、HandoffBehavior オブジェクトの一連のアニメーションを開始します。 |
GetAnimationBaseValue(DependencyProperty) |
指定した DependencyProperty オブジェクトの基本値を取得します。 |