Gets a collection of all DiagramNode elements participating in the path.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramNodeCollection Nodes { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Nodes As DiagramNodeCollection |
An instance of the DiagramNodeCollection class.
Use Links to get all DiagramLink elements in the Path.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |