Gets a reference to the list of items that are attached to this one.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public List<DiagramNode> AttachedNodes { get; } |
Visual Basic Copy Code |
---|
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 | © 2024 MindFusion |