DiagramLite Programmer's Guide
DiagramNode.MasterNode Property
See Also
 





Gets the node to which this node is attached. This is a dependency property.

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

 Syntax

C#  Copy Code

public DiagramNode MasterNode { get; }

Visual Basic  Copy Code

Public ReadOnly Property MasterNode As DiagramNode

 Property Value

A DiagramNode reference specifying the node to which this node has been previously attached via the Attach or AttachTo method.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace
AttachedNodes Property