Gets the connection point to be used if a connection is attached to the node and no other connection point is specified.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
IDiagramConnectionPoint DefaultConnectionPoint { get; }
Visual Basic (Declaration)
ReadOnly Property DefaultConnectionPoint As IDiagramConnectionPoint

Remarks

Implementations may return null to indicate that a specific connection point must always be used when creating a connection.

See Also