The DiagramNodeBase<(Of <(TConnectionPoint>)>) type exposes the following members.

Methods

  NameDescription
Clone
Returns an IDiagramNodeState that represents the current state of this DiagramNodeBase at the time this method is called.
GetCollisionBounds
Returns the value of the Bounds property of this DiagramNodeBase.
OnBoundsChanged
Raises the BoundsChanged event.
OnDataChanged
Raises the DataChanged event.
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.)
SetAs
Sets all the properties of this DiagramNodeBase to match those of the given IDiagramNodeState. This method can be overriden to include the setting of other properties introduced by sub classes.

See Also