Version

UIHierarchyNode Class Members

The following tables list the members exposed by UIHierarchyNode.

Public Properties
 NameDescription
Public PropertyChildNodesReferences the current child nodes, if any, within the hierarchical tree structure.  
Public PropertyHasChildNodesIndicates whether the current node in the hierarchical tree structure represents a leaf, having no child nodes, within the scene graph.  
Public PropertyNodeContains the UIElement at this node within the rendering scene graph.  
Public PropertyParentNodeReferences the current parent node within the hierarchical tree structure.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)GetHierarchyBuilderRetrieves an implementation of IUIHierarchyBuilder that can be used to construct instances of IUIHierarchyNode aroundUIElements.  
See Also