Storyboard.Children Property

Definition

Gets the collection of child Timeline objects.

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>

Property Value

The collection of child Timeline objects. The default is an empty collection.

Applies to

See also