Search
ItemLabel Constructor
See Also
 





Initializes a new instance of the ItemLabel class.

Namespace: MindFusion.Diagramming
File: ItemLabel.js

 Syntax

JavaScript  Copy Code

function ItemLabel (item, text)

 Parameters

item

DiagramItem. The DiagramItem that displays the label.

text

String. The label's text.

 See Also