TimelineGroup 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 TimelineGroup 类的新实例。
重载
TimelineGroup() |
使用默认属性初始化 TimelineGroup 类的新实例。 |
TimelineGroup(Nullable<TimeSpan>) |
使用指定的 TimelineGroup 初始化 BeginTime 类的新实例。 |
TimelineGroup(Nullable<TimeSpan>, Duration) |
使用指定的 TimelineGroup 和 BeginTime 初始化 Duration 类的新实例。 |
TimelineGroup(Nullable<TimeSpan>, Duration, RepeatBehavior) |
使用指定的 TimelineGroup、BeginTime 和 Duration 初始化 RepeatBehavior 类的新实例。 |
TimelineGroup()
使用默认属性初始化 TimelineGroup 类的新实例。
protected:
TimelineGroup();
protected TimelineGroup ();
Protected Sub New ()
适用于
TimelineGroup(Nullable<TimeSpan>)
使用指定的 TimelineGroup 初始化 BeginTime 类的新实例。
protected:
TimelineGroup(Nullable<TimeSpan> beginTime);
protected TimelineGroup (TimeSpan? beginTime);
new System.Windows.Media.Animation.TimelineGroup : Nullable<TimeSpan> -> System.Windows.Media.Animation.TimelineGroup
Protected Sub New (beginTime As Nullable(Of TimeSpan))
参数
用于此 BeginTime 的 TimelineGroup。
适用于
TimelineGroup(Nullable<TimeSpan>, Duration)
使用指定的 TimelineGroup 和 BeginTime 初始化 Duration 类的新实例。
protected:
TimelineGroup(Nullable<TimeSpan> beginTime, System::Windows::Duration duration);
protected TimelineGroup (TimeSpan? beginTime, System.Windows.Duration duration);
new System.Windows.Media.Animation.TimelineGroup : Nullable<TimeSpan> * System.Windows.Duration -> System.Windows.Media.Animation.TimelineGroup
Protected Sub New (beginTime As Nullable(Of TimeSpan), duration As Duration)
参数
用于此 BeginTime 的 TimelineGroup。
- duration
- Duration
用于此 Duration 的 TimelineGroup。
适用于
TimelineGroup(Nullable<TimeSpan>, Duration, RepeatBehavior)
使用指定的 TimelineGroup、BeginTime 和 Duration 初始化 RepeatBehavior 类的新实例。
protected:
TimelineGroup(Nullable<TimeSpan> beginTime, System::Windows::Duration duration, System::Windows::Media::Animation::RepeatBehavior repeatBehavior);
protected TimelineGroup (TimeSpan? beginTime, System.Windows.Duration duration, System.Windows.Media.Animation.RepeatBehavior repeatBehavior);
new System.Windows.Media.Animation.TimelineGroup : Nullable<TimeSpan> * System.Windows.Duration * System.Windows.Media.Animation.RepeatBehavior -> System.Windows.Media.Animation.TimelineGroup
Protected Sub New (beginTime As Nullable(Of TimeSpan), duration As Duration, repeatBehavior As RepeatBehavior)
参数
用于此 BeginTime 的 TimelineGroup。
- duration
- Duration
用于此 Duration 的 TimelineGroup。
- repeatBehavior
- RepeatBehavior
用于此 RepeatBehavior 的 TimelineGroup。