IAnimatable 接口

定义

此类型支持 WPF 基础结构,但不可直接在代码中使用。 若要使某个类可进行动画处理,它应该从 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)

基于指定的 AnimationTimelineDependencyProperty 对象初始化动画序列。

BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)

根据指定的 DependencyPropertyAnimationTimeline 启动 HandoffBehavior 对象的动画序列。

GetAnimationBaseValue(DependencyProperty)

检索指定 DependencyProperty 对象的基值。

适用于

另请参阅