Gets a reference to the list of items that are attached to this one.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public List<DiagramNode> AttachedNodes { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property AttachedNodes As List(Of DiagramNode) |
A list of nodes attached to this item via the AttachToNode or AttachToLink method.
Diagramming for .NET MAUI Guide | © 2025 MindFusion |