Search
ConnectionPoint.Link Property
See Also
 






Gets the link associated with this connection point.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected DiagramLink Link { get; }

Visual Basic  Copy Code

Protected ReadOnly Property Link As DiagramLink

 Property Value

A instance of the DiagramLink class.

 See Also