Search
Path.Items Property
See Also
 





Gets a collection of all DiagramNode and DiagramLink elements in the path.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramItemCollection Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As DiagramItemCollection

 Property Value

An instance of the DiagramItemCollection class.

 Remarks

The collection contains consecutive DiagramNode and DiagramLink objects.

 See Also