TimelineGroup.Children 属性

定义

获取或设置 TimelineGroup 的直接子 Timeline 对象的集合。

public:
 property System::Windows::Media::Animation::TimelineCollection ^ Children { System::Windows::Media::Animation::TimelineCollection ^ get(); void set(System::Windows::Media::Animation::TimelineCollection ^ value); };
public System.Windows.Media.Animation.TimelineCollection Children { get; set; }
member this.Children : System.Windows.Media.Animation.TimelineCollection with get, set
Public Property Children As TimelineCollection

属性值

TimelineCollection

TimelineGroup 的子 Timeline 对象。 默认值为 null

注解

依赖项属性信息

标识符字段 ChildrenProperty
元数据属性设置为 true

适用于