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 物件的集合。 預設為空集合。

適用於

另請參閱