IAnimatable.BeginAnimation 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
启动此实例的动画序列。
重载
注解
呈现下一帧后,将触发动画序列。
BeginAnimation(DependencyProperty, AnimationTimeline)
基于指定的 AnimationTimeline 为 DependencyProperty 对象初始化动画序列。
public:
void BeginAnimation(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationTimeline ^ animation);
public void BeginAnimation (System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationTimeline animation);
abstract member BeginAnimation : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationTimeline -> unit
Public Sub BeginAnimation (dp As DependencyProperty, animation As AnimationTimeline)
参数
要进行动画处理的对象。
- animation
- AnimationTimeline
具有对属性进行动画处理所需功能的时间线。
注解
呈现下一帧后,将触发动画序列。
适用于
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
根据指定的 DependencyProperty 和 AnimationTimeline 启动 HandoffBehavior 对象的动画序列。
public:
void BeginAnimation(System::Windows::DependencyProperty ^ dp, System::Windows::Media::Animation::AnimationTimeline ^ animation, System::Windows::Media::Animation::HandoffBehavior handoffBehavior);
public void BeginAnimation (System.Windows.DependencyProperty dp, System.Windows.Media.Animation.AnimationTimeline animation, System.Windows.Media.Animation.HandoffBehavior handoffBehavior);
abstract member BeginAnimation : System.Windows.DependencyProperty * System.Windows.Media.Animation.AnimationTimeline * System.Windows.Media.Animation.HandoffBehavior -> unit
Public Sub BeginAnimation (dp As DependencyProperty, animation As AnimationTimeline, handoffBehavior As HandoffBehavior)
参数
要进行动画处理的对象。
- animation
- AnimationTimeline
具有调整新动画所需功能的时间线。
- handoffBehavior
- HandoffBehavior
一个对象,它指定用来与所有相关动画序列进行交互的方式。
注解
呈现下一帧后,将触发动画序列。