Search
Text.textAlignment Property
See Also
 





Gets or sets the horizontal alignment of this text.

Namespace: MindFusion.Drawing
File: Text.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Alignment

A member of the Alignment enumeration.

 See Also