Search
Text.lineAlignment Property
See Also
 





Gets or sets the vertical alignment of this text.

Namespace: MindFusion.Drawing
File: Text.js

 Syntax

JavaScript  Copy Code

get lineAlignment() {}
set lineAlignment(value) {}

 Property Value

Alignment

A member of the Alignment enumeration.

 See Also