Gets whether the connection can be the destination of a new incoming connection. Always returns true.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.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

IDiagramConnectable..::.CanReceiveNewConnections

See Also