Gets the host containing the component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public IComponentHost ParentHost { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property ParentHost As IComponentHost |
An IComponentHost representing the host of the component, usually a CompositeNode.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |