Gets whether this FlowDiagramConnectionPoint can recieve new connections. This will be true if this connection point does not currently have any outbound connections.

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

Syntax

C#
public override bool CanReceiveNewConnections { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property CanReceiveNewConnections As Boolean

Implements

IDiagramConnectionPoint..::.CanReceiveNewConnections

See Also