Search
LinkLabel Constructor (DiagramLink, String)
See Also
 





Initializes a new instance of the LinkLabel class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LinkLabel (
    DiagramLink link,
    string text
)

Visual Basic  Copy Code

Public New ( _
    link As DiagramLink, _
    text As String _
)

 Parameters

link

The DiagramLink that displays the label.

text

The label's text.

 See Also