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 개체의 컬렉션입니다. 기본값은 빈 컬렉션입니다.

적용 대상

추가 정보