HAlign
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
enum HAlign { "left", "center", "right" }
The horizontal alignment of text in the bounding box.
Member List
Section titled “Member List”Member | Description |
---|---|
left | Aligned with the left of the bounding box. |
center | Aligned with the center of the bounding box. |
right | Aligned with the right of the bounding box. |