Click or drag to resize

VisualFindFirstOfType Method

Like FindType except it return the first instance of that type.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public virtual Visual FindFirstOfType(
	Type type
)

Parameters

type
Type: SystemType
The type of visual to find.

Return Value

Type: Visual

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

Remarks
The search include this Visual as well as all descendant visuals.
See Also