VisualFindVisualType Method |
Find all the visuals that have their Type field set to 'type'.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic IEnumerable<Visual> FindVisualType(
string type
)
Parameters
- type String
- The type string to match against descendant visual Type properties.
Return Value
IEnumerableVisualA collection of visuals where the type string matches the supplied type parameter.
See Also