Search
DiagramLink.AddLabel Method (String)
See Also
 





Adds a new label to this link.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LinkLabel AddLabel (
    string text
)

Visual Basic  Copy Code

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

 Parameters

text

The label's text.

 Return Value

A LinkLabel instance.

 See Also