Search
ItemLabel Class
Remarks See Also
 





Represents a label displayed by a DiagramItem.

Namespace: MindFusion.Diagramming
File: ItemLabel.js

 Syntax

JavaScript  Copy Code

// class
ItemLabel.prototype = {}

 Remarks

This class represents supplementary labels displayed by an item, in addition to its main text property. Call the addLabel method to create a label, and customize it through various members of type-specific LinkLabel and NodeLabel classes.

 Inheritance Hierarchy

MindFusion.Diagramming.ItemLabel
    MindFusion.Diagramming.LinkLabel
    MindFusion.Diagramming.NodeLabel

 See Also