Search
AnchorPointEventArgs.Link Property
See Also
 





Gets the link whose anchor point index has been changed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramLink Link { get; }

Visual Basic  Copy Code

Public ReadOnly Property Link As DiagramLink

 Property Value

An instance of the DiagramLink class.

 See Also