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





Sets a string containing the DiagramItem's text.

Namespace: MindFusion.Diagramming
Package: DiagramItem.js

 Syntax

JavaScript  Copy Code

function setText (value)

 Parameters

value

The string to set.

 Remarks

Users can double click an item to edit its text interactively when the AllowInplaceEdit property is enabled. You can trigger the edit operation from a different event handler by calling beginEdit.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace
TextColor Property
TextPadding Property
EnableStyledText Property
TextAlignment Property
LineAlignment Property