TimelineGroup::Children Property

 

Gets or sets the collection of direct child Timeline objects of the TimelineGroup.

Namespace:   System.Windows.Media.Animation
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property TimelineCollection^ Children {
	TimelineCollection^ get();
	void set(TimelineCollection^ value);
}

Property Value

Type: System.Windows.Media.Animation::TimelineCollection^

Child Timeline objects of the TimelineGroup. The default value is null.

Identifier field

ChildrenProperty

Metadata properties set to true

None

.NET Framework
Available since 3.0
Return to top
Show: