Storyboard.Children Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the collection of child Timeline objects.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<Storyboard ...> oneOrMoreChildTimelines </Storyboard>
XAML Values
Property Value
Type: System.Windows.Media.Animation.TimelineCollectionThe collection of child Timeline objects. The default is an empty collection.
This property is read-only. You can use implicit collection syntax in XAML or methods of the TimelineCollection to add items or otherwise change the existing collection, but you cannot replace it with a different object.
Show: