Interface IGraphChild
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public interface IGraphChild : IObservableDisposable, IDisposable
Properties
associatedElement
Declaration
IGraphElement associatedElement { get; }
Property Value
| Type | Description |
|---|---|
| IGraphElement |
parentGraph
Declaration
IGraph parentGraph { get; }
Property Value
| Type | Description |
|---|---|
| IGraph |