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: 18.03.00
Syntaxpublic IEnumerable<Visual> FindVisualType(
	string type
)
Parameters
- type
 - Type: SystemString
The type string to match against descendant visual Type properties. 
Return Value
Type: 
IEnumerableVisualA collection of visuals where the type string matches the supplied type parameter.
See Also