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: 15.0.2.11458
Syntax
C#
public Visual FindChild(
	string name
)

Parameters

name
Type: SystemString
The name of the descendant visual to search for.

Return Value

Type: Visual

[Missing <returns> documentation for "M:Demo3D.Visuals.Visual.FindChild(System.String)"]

See Also