Gets the ConnectionPointDirection of this IDiagramConnectionPoint which states whether this IDiagramConnectionPoint is designed to receive connections, or originate 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#
ConnectionPointDirection FlowDirection { get; }
Visual Basic (Declaration)
ReadOnly Property FlowDirection As ConnectionPointDirection

See Also