The CommentNode 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
Returns false. A CommentNode can not originate any connections.
(Overrides DiagramNodeBase<(Of <(DiagramConnectionPoint>)>)..::.CanOriginateNewConnections.)
CanReceiveNewConnections
Returns false. A CommentNode can not receive any connections.
(Overrides DiagramNodeBase<(Of <(DiagramConnectionPoint>)>)..::.CanReceiveNewConnections.)
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
Gets the connection point to be used if a connection is attached to the node and no other connection point is specified.
(Inherited from DiagramNodeBase<(Of <(TConnectionPoint>)>).)
IsResizable
Gets or sets whether the DiagramNodeBase can be resized.
(Inherited from DiagramNodeBase<(Of <(TConnectionPoint>)>).)
Parent
Gets the parent of the DiagramNodeBase. This implementation returns null, but can be overriden.
(Inherited from DiagramNodeBase<(Of <(TConnectionPoint>)>).)
Rotation
Gets or sets the rotation of this DiagramNodeBase<(Of <(TConnectionPoint>)>).
(Inherited from DiagramNodeBase<(Of <(TConnectionPoint>)>).)
ZOrder
Gets or sets the relative z-order.
(Inherited from DiagramNodeBase<(Of <(TConnectionPoint>)>).)

See Also