Adds the specified label to this node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public void AddLabel ( |
Visual Basic Copy Code |
---|
Public Sub AddLabel( _ |
A NodeLabel instance.
An item's main text content is specified via its Text property. Call AddLabel if you need to display additional text labels, such as identifiers or hints to the user.
Position of labels can be specified by calling methods such as SetCornerPosition. You can let users move labels interactively by setting the Behavior property of Diagram to MoveLabels.
WpfDiagram Programmer's Guide | © 2024 MindFusion |