Gets whether or not this StarDiagramNode can recieve new connection. StarDiagramNode objects can accept any number of inbound connections.

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