The NodeState type exposes the following members.

Constructors

  NameDescription
NodeState
Initializes a new instance of the NodeState class. This NodeState will store the ZOrder, Parent, and Data property values of the given IDiagramNode. It will also store a clone of the Bounds property value.

Methods

  NameDescription
Apply
Applies the property values stored in this NodeState 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 necessary.

Properties

  NameDescription
Bounds
Gets the stored Bounds property value for the IDiagramNode that this NodeState was made for.
Data
Gets the stored Data property value for the IDiagramNode that this NodeState was made for.
IsResizable
Gets the stored IsResizable property value for the IDiagramNode that this NodeState was made for.
Parent
Gets the stored Parent property value for the IDiagramNode that this NodeState was made for.
Rotation
Gets the stored Rotation property value for the IDiagramNode that this NodeState was made for.
ZOrder
Gets the stored ZOrder property value for the IDiagramNode that this NodeState was made for.

See Also