Search
NodeLabel Class
See Also
 






Represents a label displayed by a DiagramNode. New labels can be added to a node by calling the DiagramNode.AddLabel method.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class NodeLabel : ItemLabel

Visual Basic  Copy Code

Public Class NodeLabel
    Inherits ItemLabel

 Inheritance Hierarchy

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

 See Also