The DiagramModelBase<(Of <(TNode, TConnection>)>) type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DiagramModelBase<(Of <(TNode, TConnection>)>) |
Initializes a new instance of the DiagramModelBase<(Of <(TNode, TConnection>)>) class.
|
Properties
| Name | Description | |
|---|---|---|
| ConnectionRelocator |
Gets or sets the IDiagramConnectionRelocator for relocating connections in the diagram.
| |
| ConnectionRemover |
Gets or sets the IDiagramConnectionRemover for removing connections from the diagram.
| |
| Connections |
Gets the connections of the diagram.
| |
| CustomItems |
Gets null.
| |
| DefaultConnectionBuilder |
Gets or sets the default IDiagramConnectionBuilder for building diagram connections.
| |
| NodeRemover |
Gets or sets the IDiagramNodeRemover for removing nodes from the diagram.
| |
| Nodes |
Gets the nodes of the diagram.
| |
| Source |
Gets the source of the diagram.
|