Clock(Timeline) 构造函数

定义

使用指定的 Clock 作为模板来初始化 Timeline 类的新实例。 新的 Clock 对象没有子级。

protected public:
 Clock(System::Windows::Media::Animation::Timeline ^ timeline);
protected internal Clock (System.Windows.Media.Animation.Timeline timeline);
new System.Windows.Media.Animation.Clock : System.Windows.Media.Animation.Timeline -> System.Windows.Media.Animation.Clock
Protected Friend Sub New (timeline As Timeline)

参数

timeline
Timeline

应从中构造此时钟的 Timeline。 将不再为任何已具有时钟的子 Timeline 对象创建时钟。

适用于