The FloatingConnectionPoint type exposes the following members.

Methods

  NameDescription
OnPropertyChanged
Raises the PropertyChanged event.
(Inherited from ViewModelBase.)
Set<(Of <(T>)>)
Sets the value of a field, raising the PropertyChanged event if required.
(Inherited from ViewModelBase.)

Properties

  NameDescription
Edge
Gets or sets the Edge of this connection point. This is used to determine how a connection approches this connection point.
Instance
Gets the currently used instance of FloatingConnectionPoint. This instance represents the connection point that is currently being relocated by the ConnectionRelocatorThumb.
Node
Gets or sets the IDiagramNode that the FloatingConnectionPoint is attached to. This such node is just a place holder which is required by connection points. This property should not be set by something outside the FloatingConnectionPoint class.
Position
Gets or sets the position of this connection point.

Events

  NameDescription
IndexChanged
Raised when the Index property value changes.
PositionChanged
Raised when the Position property value changes.
PropertyChanged
Occurs when a property value changes.
(Inherited from ViewModelBase.)

See Also