IAnimatable インターフェイス

定義

この型は、WPF インフラストラクチャをサポートします。コードから直接使用するためのものではありません。 クラスをアニメーション化できるようにするには、UIElementContentElement、または 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 の効果は、handoffBehavior パラメーターの値によって決まります。

BeginAnimation(DependencyProperty, AnimationTimeline)

指定した AnimationTimeline に基づいて、DependencyProperty オブジェクトの一連のアニメーションを開始します。

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

指定した DependencyPropertyAnimationTimeline の両方に基づいて、HandoffBehavior オブジェクトの一連のアニメーションを開始します。

GetAnimationBaseValue(DependencyProperty)

指定した DependencyProperty オブジェクトの基本値を取得します。

適用対象

こちらもご覧ください