The Diagram type exposes the following members.

Properties

  NameDescription
ConnectionRelocator
Gets or sets the IDiagramConnectionRelocator for relocating connections in the diagram.
(Inherited from DiagramModelBase<(Of <(TNode, TConnection>)>).)
ConnectionRemover
Gets or sets the IDiagramConnectionRemover for removing connections from the diagram.
(Inherited from DiagramModelBase<(Of <(TNode, TConnection>)>).)
Connections
Gets the connections of the diagram.
(Inherited from DiagramModelBase<(Of <(TNode, TConnection>)>).)
CustomItems
Gets null.
(Inherited from DiagramModelBase<(Of <(TNode, TConnection>)>).)
DefaultConnectionBuilder
Gets or sets the default IDiagramConnectionBuilder for building diagram connections.
(Inherited from DiagramModelBase<(Of <(TNode, TConnection>)>).)
NodeRemover
Gets or sets the IDiagramNodeRemover for removing nodes from the diagram.
(Inherited from DiagramModelBase<(Of <(TNode, TConnection>)>).)
Nodes
Gets the nodes of the diagram.
(Inherited from DiagramModelBase<(Of <(TNode, TConnection>)>).)
Source
Gets the business object represented by the diagram. For the Diagram class this is always null.
(Overrides DiagramModelBase<(Of <(DiagramNode, DiagramConnection>)>)..::.Source.)

See Also