Storyboard.Children 属性

定义

获取子 Timeline 对象的集合。

public:
 property TimelineCollection ^ Children { TimelineCollection ^ get(); };
TimelineCollection Children();
public TimelineCollection Children { get; }
var timelineCollection = storyboard.children;
Public ReadOnly Property Children As TimelineCollection
<Storyboard ...>
  oneOrMoreChildTimelines
</Storyboard>

属性值

Timeline 对象的集合。 默认值为空集合。

适用于

另请参阅