Search
NodeLabel Constructor (DiagramNode, String)
See Also
 





Initializes a new instance of the NodeLabel class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public NodeLabel (
    DiagramNode node,
    string text
)

Visual Basic  Copy Code

Public New ( _
    node As DiagramNode, _
    text As String _
)

 Parameters

node

The DiagramNode that displays the label.

text

The label's text.

 See Also