Click or drag to resize

VisualFindImmediateChild Method

Look through children to find a named visual.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Visual FindImmediateChild(
	string name
)

Parameters

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

Return Value

Type: Visual

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

See Also