Search
DiagramNode.Container Property
See Also
 






Gets the container node this item belongs to, if any.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ContainerNode Container { get; }

Visual Basic  Copy Code

Public ReadOnly Property Container As ContainerNode

 Property Value

An instance of the ContainerNode class.

 See Also