Viewport3D.VisualChildrenCount Property

Definition

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

protected:
 virtual property int VisualChildrenCount { int get(); };
protected override int VisualChildrenCount { get; }
member this.VisualChildrenCount : int
Protected Overrides ReadOnly Property VisualChildrenCount As Integer

Property Value

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

Applies to