The base class for node and link labels.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public class ItemLabel : InplaceEditable |
Visual Basic Copy Code |
---|
Public Class ItemLabel |
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.
System.Object
MindFusion.Diagramming.ItemLabel
MindFusion.Diagramming.LinkLabel
MindFusion.Diagramming.NodeLabel
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |