The StarDiagramNodeState type exposes the following members.

Constructors

  NameDescription
StarDiagramNodeState
Initializes a new instance of the StarDiagramNodeState class.

Methods

  NameDescription
Apply
Applies the property values stored in this StarDiagramNodeState on to the given IDiagramNode. Note that because the Data and Parent properties are readonly, these must be set by the given IDiagramNode itself if neccessary.
(Overrides NodeState..::.Apply(IDiagramNode).)

Properties

  NameDescription
Bounds
Gets the stored Bounds property value for the IDiagramNode that this NodeState was made for.
(Inherited from NodeState.)
Data
Gets the stored Data property value for the IDiagramNode that this NodeState was made for.
(Inherited from NodeState.)
IsResizable
Gets the stored IsResizable property value for the IDiagramNode that this NodeState was made for.
(Inherited from NodeState.)
Mass
Gets the stored value for the mass property of a StarDiagramNode.
Parent
Gets the stored Parent property value for the IDiagramNode that this NodeState was made for.
(Inherited from NodeState.)
Rotation
Gets the stored Rotation property value for the IDiagramNode that this NodeState was made for.
(Inherited from NodeState.)
ZOrder
Gets the stored ZOrder property value for the IDiagramNode that this NodeState was made for.
(Inherited from NodeState.)

See Also