Children Property (TimelineGroup)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the collection of child Timeline objects.

XAML
<TimelineGroup>
TimelineCollection
</TimelineGroup>
Scripting
value = object.children
object.children = value

Property Value

TimelineCollection

The collection of child Timeline objects.

This property is read/write. The default value is an empty collection.

Remarks

Applies To

TimelineGroup

See Also