Search
ContainerPage.Nodes Property
See Also
 





Gets the nodes on this page.

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

 Syntax

C#  Copy Code

public DiagramNodeCollection Nodes { get; }

Visual Basic  Copy Code

Public ReadOnly Property Nodes As DiagramNodeCollection

 Property Value

 Remarks

PagedContainerNode automatically adds child nodes to this list when users drag them into CurrentPage.

 See Also