Gets a collection of all DiagramNode and DiagramLink elements in the path.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramItemCollection Items { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Items As DiagramItemCollection |
An instance of the DiagramItemCollection class.
The collection contains consecutive DiagramNode and DiagramLink objects.