Gets the item this item is attached to, if any.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramItem MasterItem { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property MasterItem As DiagramItem |
An instance of the DiagramItem class.
See Also