The DefaultDiagramConnectionRelocator type exposes the following members.

Constructors

Methods

  NameDescription
CanRelocateConnection
Returns whether or not the given connection can be relocated between the given connection point and connectable. This implementation always returns true.
RelocateConnection
Relocates the given IDiagramConnection to have the given IDiagramConnectionPoint objects as its new source and destination. Note that one of the given connection points may be the same as the current source or destination of the connection.

Fields

  NameDescription
Instance
Gets an instance of the DefaultDiagramConnectionRelocator.

See Also