Returns true. DiagramNodeBase objects can accept any number of incomming connections. This can be overriden to provide node specific logic.

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

Implements

IDiagramConnectable..::.CanReceiveNewConnections

See Also