Search
ContainerNode.GetContainer Method
See Also
 





Retrieves the container node (if any) the specified node belongs to.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static ContainerNode GetContainer (
    DiagramNode node
)

Visual Basic  Copy Code

Public Shared Function GetContainer( _
    node As DiagramNode _
) As ContainerNode

 Parameters

node
The DiagramNode whose container you need to find.

 Return Value

A ContainerNode that contains the specified node, or null (Nothing in Visual Basic) if the node is not contained.

 See Also