Search
LinkLabel Constructor (DiagramLink)
See Also
 





Initializes a new instance of the LinkLabel class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LinkLabel (
    DiagramLink link
)

Visual Basic  Copy Code

Public New ( _
    link As DiagramLink _
)

 Parameters

link

The DiagramLink that displays the label.

 See Also