Search
LinkLabel Constructor
See Also
 





Initializes a new instance of the LinkLabel class.

Namespace: MindFusion.Diagramming
File: LinkLabel.js

 Syntax

JavaScript  Copy Code

function LinkLabel (link, text)

 Parameters

link

DiagramLink. The DiagramLink that displays the label.

text

String. The label's text.

 See Also