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