Gets the link whose anchor point index has been changed.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramLink Link { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Link As DiagramLink |
An instance of the DiagramLink class.
See Also