Gets whether the connection can allow a be the source of a new outgoing connection. The base class implementation always returns false.

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 virtual bool CanOriginateNewConnections { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property CanOriginateNewConnections As Boolean

Implements

IDiagramConnectable..::.CanOriginateNewConnections

See Also