ASP.NET Pack Programmer's Guide
DiagramLink.setText Method
See Also
 





Sets the text displayed over a link.

Namespace: MindFusion.Diagramming
Package: DiagramLink.js

 Syntax

JavaScript  Copy Code

function setText (value)

 Parameters

value
A string containing the text.

 Remarks

Gets or sets the text that should be drawn over a link. Use this to provide to end-users a short description of the relation's purpose. The text appearance can be customized through the TextColor and TextStyle properties.

Version 1.6 of the control adds the capability to display multiple labels per link via the LinkLabel class. Labels can automatically avoid overlapping nodes or other labels when their AutoArrange property is set.

 See Also

DiagramLink Members
DiagramLink Class
MindFusion.Diagramming Namespace
ToolTip Property
addLabel Method