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

Implements

IDiagramConnectable..::.CanReceiveNewConnections

Remarks

Connections of this type do not support 'connections to connections,' and always return false from this property.

See Also