Gets whether the user should be allowed to drop new connections onto this connection point.

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

IDiagramConnectionPoint..::.CanReceiveNewConnections

See Also