Click or drag to resize

VisualFindChild Method

Look through children and their children to find the first visual of a given name. Breadth first search.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public 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