Represents a relationship between two diagram model entities that should be made visible in the diagram as a DiagramConnectionElement.

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 IDiagramConnection : IDiagramConnectable, 
	IDiagramZOrderable
Visual Basic (Declaration)
Public Interface IDiagramConnection _
	Implements IDiagramConnectable, IDiagramZOrderable

See Also