Click or drag to resize

VisualFindVisualType Method

Find all the visuals that have their Type field set to 'type'.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public IEnumerable<Visual> FindVisualType(
	string type
)

Parameters

type  String
The type string to match against descendant visual Type properties.

Return Value

IEnumerableVisual
A collection of visuals where the type string matches the supplied type parameter.
See Also