The DiagramConnectionPoint type exposes the following members.

Methods

  NameDescription
AddConnection
Attaches the given IDiagramConnection to this DiagramConnectionPoint.
(Overrides DiagramConnectionPointBase<(Of <(DiagramConnection>)>)..::.AddConnection(IDiagramConnection).)
OnPropertyChanged
Raises the PropertyChanged event.
(Inherited from ViewModelBase.)
RemoveConnection
Removes the given IDiagramConnection from this DiagramConnectionPoint.
(Overrides DiagramConnectionPointBase<(Of <(DiagramConnection>)>)..::.RemoveConnection(IDiagramConnection).)
Set<(Of <(T>)>)
Sets the value of a field, raising the PropertyChanged event if required.
(Inherited from ViewModelBase.)
SetPosition
Sets the position of this DiagramConnectionPointBase<(Of <(TConnection>)>) to be a point on the connection that it is attached to that is closest to the given Point. The actual position that was set is then returned.
(Inherited from DiagramConnectionPointBase<(Of <(TConnection>)>).)

See Also