MindFusion.Diagramming for JavaScript Programmer's Guide

Cell.setTextAlignment Method

See Also
 





Sets how the text should be aligned inside the cell's bounding rectangle.

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

function setTextAlignment (value)

 Parameters

value

One of the Alignment enumeration values.

 See Also