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