VisualIsAncestorOf Method |
Is this Visual a parent, grandparent, great grandparent etc. of the
potentialChild.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic bool IsAncestorOf(
Visual potentialChild
)
Parameters
- potentialChild
- Type: Demo3D.VisualsVisual
The potential child visual for this visual.
Return Value
Type:
Booleantrue if potentialChild is a Descendant of this Visual.
See Also