Gets a collection of all nodes in this diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public DiagramNodeCollection Nodes { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Nodes As DiagramNodeCollection |
An instance of the DiagramNodeCollection class.
Nodes provides type-safe access to all nodes in the current diagram. Any diagram element can be accessed also by using the Items collection.
Diagramming for .NET MAUI Guide | © 2025 MindFusion |