Search
Cell.textAlignment Property
See Also
 






Gets or sets the horizontal alignment of cell's text.

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

get textAlignment() {}
set textAlignment(value) {}

 Property Value

Alignment

A member of the Alignment enumeration.

 See Also