Viewport3DVisual::Children Property

 

Gets a collection of Visual3D objects contained by Viewport3DVisual.

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

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

Property Value

Type: System.Windows.Media.Media3D::Visual3DCollection^

Collection of the objects contained by the Viewport3DVisual.

.NET Framework
Available since 3.0
Return to top
Show: