VisualChildrenAsList Method  | 
 
            Return a List<Visual> representing all the children of this visual
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic List<Visual> ChildrenAsList()
Return Value
Type: 
ListVisualList<Visual> of all the Visuals' child visuals
See Also