The DiagramConnectionPointBase<(Of <(TConnection>)>) type exposes the following members.

Methods

  NameDescription
AddConnection
Attaches the given IDiagramConnection to this IDiagramConnectionPoint.
OnPropertyChanged
Raises the PropertyChanged event.
(Inherited from ViewModelBase.)
RemoveConnection
Removes the given IDiagramConnection from this IDiagramConnectionPoint.
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.

See Also