MindFusion.Wpf Pack Programmer's Guide
NodeLabel Constructor (DiagramNode, String)
See Also
 





Initializes a new instance of the NodeLabel class.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

NodeLabel Constructor Overload List
NodeLabel Class
MindFusion.Diagramming.Wpf Namespace