Search
NodeLabel Constructor (DiagramNode)
See Also
 

Initializes a new instance of the NodeLabel class.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public NodeLabel (
    DiagramNode node
)

 Parameters

node

The DiagramNode that displays the label.

 See Also