When overridden in a derived class, gets whether the connection can be the destination of a new incoming connection.

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 abstract bool CanReceiveNewConnections { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property CanReceiveNewConnections As Boolean

Implements

IDiagramConnectable..::.CanReceiveNewConnections

See Also