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 オブジェクトのコレクション。 既定値は空のコレクションです。

適用対象

こちらもご覧ください