Gets the IDiagramConnectionPoint that is a potential destination for the connection. This will be null whenever it is not needed for the connection validation.

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 IDiagramConnectionPoint ConnectionPoint { get; private set; }
Visual Basic (Declaration)
Public Property ConnectionPoint As IDiagramConnectionPoint

See Also