The StarDiagramNode type exposes the following members.

Methods

  NameDescription
Clone
Gets a StarDiagramNodeState holding information about this StarDiagramNode.
(Overrides DiagramNodeBase<(Of <(DiagramConnectionPoint>)>)..::.Clone()()().)
GetCollisionBounds
Returns the value of the Bounds property of this DiagramNodeBase.
(Inherited from DiagramNodeBase<(Of <(TConnectionPoint>)>).)
IsAncestorOf
Returns true if this StarDiagramNode is higher up in the star diagram parent hierachy than the given node. That is, this method returns true if the given node is a child or sub-child of this node. Returns false otherwise.
OnBoundsChanged
Raises the BoundsChanged event.
(Inherited from DiagramNodeBase<(Of <(TConnectionPoint>)>).)
OnDataChanged
Raises the DataChanged event.
(Inherited from DiagramNodeBase<(Of <(TConnectionPoint>)>).)
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
Unloads all the information from the given IDiagramNodeState and applies it to this StarDiagramNode.
(Overrides DiagramNodeBase<(Of <(DiagramConnectionPoint>)>)..::.SetAs(IDiagramNodeState).)

See Also