Viewport3D::VisualChildrenCount Property

 

Gets an integer that represents the number of Visual objects in the Children collection of the Visual3D.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
property int VisualChildrenCount {
	virtual int get() override;
}

Property Value

Type: System::Int32

Integer that represents the number of Visuals in the Children collection of the Visual3D.

.NET Framework
Available since 3.0
Return to top
Show: