Initializes a new instance of the ItemLabel class.
Namespace: MindFusion.Diagramming
File: ItemLabel.js
SyntaxJavaScript
Copy Code
|
|---|
function ItemLabel (item, text) |
DiagramItem. The DiagramItem that displays the label.
String. The label's text.
See Also