Search
DiagramNode.removeLabel Method
See Also
 

Removes the specified label from this node.

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

 Syntax

Java  Copy Code

public void removeLabel (
    NodeLabel label
)

 Parameters

label

A NodeLabel instance.

 See Also