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
Syntaxprotected virtual IEnumerable<Visual> ComponentChildren(
Visual visual
)
Parameters
- visual
- Type: Demo3D.VisualsVisual
The top of the visual tree.
Return Value
Type:
IEnumerableVisualAll the children of this component (from 'visual' down).
See Also