ContainerVisual::Children Property

 

Gets the child collection of the ContainerVisual.

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

public:
property VisualCollection^ Children {
	VisualCollection^ get();
}

Property Value

Type: System.Windows.Media::VisualCollection^

A VisualCollection that contains the children of the ContainerVisual.

The following example shows how to retrieve the VisualCollection from a ContainerVisual object.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: