Storyboard.Children Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.