Search
DiagramNode.AddLabel Method (String)
See Also
 






Adds a new label to this node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public NodeLabel AddLabel (
    string text
)

Visual Basic  Copy Code

Public Function AddLabel( _
    text As String _
) As NodeLabel

 Parameters

text

The label's text.

 Return Value

A NodeLabel instance.

 See Also