Search
StringAlignment Enumeration
See Also
 





Specifies the alignment of a text string relative to its layout rectangle.

Namespace: MindFusion.Drawing
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
StringAlignment = {}

 Members

  Member name Description

Near

The text is drawn in the near corner of the layout rectangle.

Center

The text is drawn in the center of the layout rectangle.

Far

The text is drawn in the far corner of the layout rectangle.le.

 See Also