Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 879 Bytes

storyboard_children.md

File metadata and controls

36 lines (25 loc) · 879 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.Animation.Storyboard.Children
winrt property

Windows.UI.Xaml.Media.Animation.Storyboard.Children

-description

Gets the collection of child Timeline objects.

-xaml-syntax

<Storyboard ...>
  oneOrMoreChildTimelines
</Storyboard>

-xaml-values

oneOrMoreChildTimelines
oneOrMoreChildTimelinesOne or more object elements for classes that derive from Timeline. This can be another Storyboard or any of a number of animation types.
## -property-value The collection of child [Timeline](timeline.md) objects. The default is an empty collection.

-remarks

-examples

-see-also

Storyboarded animations