VisualFindParent(Type) Method |
Go back up through the parents of visuals to find a particular parent type.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic Visual FindParent(
Type type
)
Parameters
- type Type
- The type of the parent to search for.
Return Value
VisualThe first parent of the supplied type, or null if no ancestor of that type is found.
See Also