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