Gets the parent component, if the current component is hosted.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Object Parent { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Parent As Object |
See Also