Represents a state of an IDiagramConnection. Implementations of this interface will hold the values of the properties of an instance of an IDiagramConnection 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 IDiagramConnectionState
Visual Basic (Declaration)
Public Interface IDiagramConnectionState

Remarks

This interface is used primarily for Undo support.

See Also