Click or drag to resize

VisualComponentRootPointerComponentChildren Method

Returns all children of this component from 'visual' downwards.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
protected virtual IEnumerable<Visual> ComponentChildren(
	Visual visual
)

Parameters

visual
Type: Demo3D.VisualsVisual
The top of the visual tree.

Return Value

Type: IEnumerableVisual
All the children of this component (from 'visual' down).
See Also