Search
ItemLabel Class
Remarks See Also
 





The base class for node and link labels.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class ItemLabel : InplaceEditable

Visual Basic  Copy Code

Public Class ItemLabel
    Implements InplaceEditable

 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

System.Object
    MindFusion.Diagramming.ItemLabel
        MindFusion.Diagramming.LinkLabel
        MindFusion.Diagramming.NodeLabel
        MindFusion.Diagramming.LinkLabel

 See Also