Adds a new label to this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public NodeLabel AddLabel ( |
Visual Basic
Copy Code
|
|---|
Public Function AddLabel( _ |
The label's text.
A NodeLabel instance.
See Also