Represents a state of an IDiagramNode. Implementations of this interface will hold the values of the properties of an instance of an IDiagramNode implementation.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public interface IDiagramNodeState
Visual Basic (Declaration)
Public Interface IDiagramNodeState

Remarks

This interface is used primarily for Undo support.

See Also