Search
DiagramItem.AttachedNodes Property
See Also
 






Gets a reference to the list of items that are attached to this one.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public List<DiagramNode> AttachedNodes { get; }

Visual Basic  Copy Code

Public ReadOnly Property AttachedNodes As List(Of DiagramNode)

 Property Value

A list of nodes attached to this item via the AttachToNode or AttachToLink method.

 See Also