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