Search
LinkCrossingEventArgs.topLink Property
See Also
 





The link at higher Z position.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get topLink() {}
set topLink(value) {}

 Property Value

DiagramLink

An instance of the DiagramLink class.

 See Also