Gets whether the connection can be the source of a new outgoing connection. For FlowDiagramConnection objects, this will be false.

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

IDiagramConnectable..::.CanOriginateNewConnections

See Also