VisualContainsChild Method |
Is the child a direct child of the visual.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic bool ContainsChild(
Visual child
)
Parameters
- child
- Type: Demo3D.VisualsVisual
[Missing <param name="child"/> documentation for "M:Demo3D.Visuals.Visual.ContainsChild(Demo3D.Visuals.Visual)"]
Return Value
Type:
Booleantrue if the visual is an immediate child of this visual, otherwise false.
See Also