Look through children and their children to find the first visual of a given name.
Breadth first search.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic Visual FindChild(
string name
)
Parameters
- name String
- The name of the descendant visual to search for.
Return Value
Visual[Missing <returns> documentation for "M:Demo3D.Visuals.Visual.FindChild(System.String)"]
See Also