Gets whether this FlowDiagramConnectionPoint can originate new connections. This will be true if this connection point currently has no connections attached to it, and the diagram node can also originate new 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 CanOriginateNewConnections { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property CanOriginateNewConnections As Boolean

Implements

IDiagramConnectionPoint..::.CanOriginateNewConnections

See Also