The StarDiagramNode type exposes the following members.

Properties

  NameDescription
Bounds
Gets or sets the display location and size of the node.
(Inherited from DiagramNodeBase<(Of <(TConnectionPoint>)>).)
CanOriginateNewConnections
Gets whether or not this StarDiagramNode can originate new connections. StarDiagramNode objects can originate any number of connections.
(Overrides DiagramNodeBase<(Of <(DiagramConnectionPoint>)>)..::.CanOriginateNewConnections.)
CanReceiveNewConnections
Gets whether or not this StarDiagramNode can recieve new connection. StarDiagramNode objects can accept any number of inbound connections.
(Overrides DiagramNodeBase<(Of <(DiagramConnectionPoint>)>)..::.CanReceiveNewConnections.)
Children
Gets a list of all the StarDiagramNode objects that this StarDiagramNode is a StarDiagramParent of.
ConnectionPoints
Gets the collection of connection points on this DiagramNode.
(Inherited from DiagramNode.)
Data
Gets the data represented by the node.
(Inherited from DiagramNodeBase<(Of <(TConnectionPoint>)>).)
DefaultConnectionPoint (Overrides DiagramNodeBase<(Of <(DiagramConnectionPoint>)>)..::.DefaultConnectionPoint.)
IsResizable
Gets or sets whether the DiagramNodeBase can be resized.
(Inherited from DiagramNodeBase<(Of <(TConnectionPoint>)>).)
IsRoot
Gets or sets whether or not this StarDiagramNode is a central root of a collection of nodes.
Level
Gets the level that this node sits in the star diagram node hierarchy. A StarDiagramNode that has no StarDiagramParent is at level 0.
MainConnectionPoint
Gets the main StarDiagramConnectionPoint situated on this StarDiagramNode. Generally this will either be the only found StarDiagramConnectionPoint. null is obtained if there are no connection points situated on this node.
Mass
Gets or sets the mass of this node. This is useful for layout algorithms.
NumberOfChildren
Gets the number of nodes that this StarDiagramNode is a StarDiagramParent of. This value is calculated on the fly.
Parent
Gets the parent of the DiagramNodeBase. This implementation returns null, but can be overriden.
(Inherited from DiagramNodeBase<(Of <(TConnectionPoint>)>).)
Root
Gets the absolute root of this StarDiagramNode. The absolute root is the recursive star diagram parent of this one that has a null StarDiagramParent. A StarDiagramNode that has a null star diagram parent is the root of itself.
Rotation
Gets or sets the rotation of this DiagramNodeBase<(Of <(TConnectionPoint>)>).
(Inherited from DiagramNodeBase<(Of <(TConnectionPoint>)>).)
StarDiagramParent
Gets the star diagram parent of this StarDiagramNode. This parent is the StarDiagramNode at the 'source' end of a connection that this node is the destination of.
Velocity
Gets or sets the velocity vector of this StarDiagramNode. This is useful for layout algorithms.
ZOrder
Gets or sets the relative z-order.
(Inherited from DiagramNodeBase<(Of <(TConnectionPoint>)>).)

See Also