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: 15.0.2.11458
Syntax
C#
public IEnumerable<Visual> FindVisualType(
	string type
)

Parameters

type
Type: SystemString
The type string to match against descendant visual Type properties.

Return Value

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