Share via


ClockGroup(TimelineGroup) 构造函数

定义

实例化 ClockGroup 类的新实例。

protected public:
 ClockGroup(System::Windows::Media::Animation::TimelineGroup ^ timelineGroup);
protected internal ClockGroup (System.Windows.Media.Animation.TimelineGroup timelineGroup);
new System.Windows.Media.Animation.ClockGroup : System.Windows.Media.Animation.TimelineGroup -> System.Windows.Media.Animation.ClockGroup
Protected Friend Sub New (timelineGroup As TimelineGroup)

参数

timelineGroup
TimelineGroup

用来定义新类的特征的对象。

注解

创建一个空类。

适用于