IAnimatable 介面

定義

這個類型支援 WPF 基礎結構,而且不能從程式碼直接使用。 若要使類別 (Class) 可顯示動畫,應該衍生自 UIElementContentElementAnimatable

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 物件的基底實值。

適用於

另請參閱