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#
public virtual IDiagramConnectionPoint DefaultConnectionPoint { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property DefaultConnectionPoint As IDiagramConnectionPoint

Implements

IDiagramNode..::.DefaultConnectionPoint

Remarks

This implementation always returns null to indicate that a specific connection point must always be used when creating a connection.

See Also