The direction that an IDiagramConnectionPoint flows relative to the IDiagramConnectable that it is attached to. That is, whether an IDiagramConnectionPoint receives connections or originates them.

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 enum ConnectionPointDirection
Visual Basic (Declaration)
Public Enumeration ConnectionPointDirection

Members

Member nameDescription
Inbound
Signifies that some IDiagramConnectionPoint is designed to receive connections.
Outbound
Signifies that some IDiagramConnectionPoint is designed to originate connections.
Any
Signifies that some IDiagramConnectionPoint is designed to both receive and originate connections.

See Also