DiagramLite Programmer's Guide
DiagramNode.AttachedNodes Property
See Also
 





Returns the nodes attached to this node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public IEnumerable<DiagramNode> AttachedNodes { get; }

Visual Basic  Copy Code

Public ReadOnly Property AttachedNodes As IEnumerable(Of DiagramNode)

 Property Value

A collection of nodes attached to this node via the Attach or AttachTo methods.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace
MasterNode Property