Gets a collection of all DiagramNode elements participating in the path.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramNodeCollection Nodes { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Nodes As DiagramNodeCollection |
An instance of the DiagramNodeCollection class.
RemarksUse Links to get all DiagramLinks elements in the Path.
See Also