Search
DiagramNode.MasterItem Property
See Also
 






Gets the item this item is attached to, if any.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramItem MasterItem { get; }

Visual Basic  Copy Code

Public ReadOnly Property MasterItem As DiagramItem

 Property Value

An instance of the DiagramItem class.

 See Also