MindFusion.Wpf Pack Programmer's Guide
DiagramNode.Container Property
See Also
 





Gets the parent ContainerNode containing this node.

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

 Syntax

C#  Copy Code

public ContainerNode Container { get; }

Visual Basic  Copy Code

Public ReadOnly Property Container As ContainerNode

 Property Value

The parent ContainerNode of this node.

 Remarks

Call the Add method of ContainerNode to add a child node to the container. Call Remove to remove a child node.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace
MasterItem Property
ContainerNode.Children Property