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