MindFusion.Wpf Pack Programmer's Guide
DiagramLink.AddLabel Method (String)
See Also
 





Adds a new label to this link.

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

 Syntax

C#  Copy Code

public LinkLabel AddLabel (
    string text
)

Visual Basic  Copy Code

Public Function AddLabel( _
    text As String _
) As LinkLabel

 Parameters

text

The label's text.

 Return Value

A LinkLabel instance.

 Remarks

A link'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 SetControlPointPosition. You can let users move labels interactively by setting the Behavior property of Diagram to MoveLabels.

 See Also

AddLabel Method Overload List
DiagramLink Members
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace
RemoveLabel Method