MindFusion.Diagramming for JavaScript Programmer's Guide

Cell.setLineAlignment Method

See Also
 





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

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

function setLineAlignment (value)

 Parameters

value

One of the Alignment enumeration values.

 See Also