The DiagramConnection type exposes the following members.

Properties

  NameDescription
CanOriginateNewConnections
Gets whether the connection can be the source of a new outgoing connection. Always returns true.
(Overrides DiagramConnectionBase<(Of <(DiagramConnectionPoint, DiagramConnectionPoint, DiagramConnectionPoint>)>)..::.CanOriginateNewConnections.)
CanReceiveNewConnections
Gets whether the connection can be the destination of a new incoming connection. Always returns true.
(Overrides DiagramConnectionBase<(Of <(DiagramConnectionPoint, DiagramConnectionPoint, DiagramConnectionPoint>)>)..::.CanReceiveNewConnections.)
ConnectionPoints
Returns all the IDiagramConnectionPoint objects currently attached to this connection.
(Inherited from DiagramConnectionBase<(Of <(TOutboundPoint, TInboundPoint, TMountedPoint>)>).)
Data
Gets or sets the data attached to this connection.
(Inherited from DiagramConnectionBase<(Of <(TOutboundPoint, TInboundPoint, TMountedPoint>)>).)
Diagram
Gets or sets the IDiagramModel that the connection belongs to.
(Inherited from DiagramConnectionBase<(Of <(TOutboundPoint, TInboundPoint, TMountedPoint>)>).)
FromConnectionPoint
Gets or sets the source of the connection. When setting the source, this connection is first removed from any original source.
(Inherited from DiagramConnectionBase<(Of <(TOutboundPoint, TInboundPoint, TMountedPoint>)>).)
IsUserModified
Gets or sets whether this connection has had one of its DiagramConnectionSegment objects modified by a user.
(Inherited from DiagramConnectionBase<(Of <(TOutboundPoint, TInboundPoint, TMountedPoint>)>).)
LineType
Gets or sets the DiagramLineType used to draw the connection.
Pathfinder
Gets the routing algorithm for the connection.
(Overrides DiagramConnectionBase<(Of <(DiagramConnectionPoint, DiagramConnectionPoint, DiagramConnectionPoint>)>)..::.Pathfinder.)
Segments
Returns all the DiagramConnectionSegment objects that build up this connection.
(Inherited from DiagramConnectionBase<(Of <(TOutboundPoint, TInboundPoint, TMountedPoint>)>).)
ToConnectionPoint
Gets or sets the destination of the connection. When setting the destination, this connection is first removed from any original destination.
(Inherited from DiagramConnectionBase<(Of <(TOutboundPoint, TInboundPoint, TMountedPoint>)>).)
ZOrder
Gets or sets the relative z-order.
(Inherited from DiagramConnectionBase<(Of <(TOutboundPoint, TInboundPoint, TMountedPoint>)>).)

See Also