VAlign
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 VAlign { "top", "center", "bottom" }
The vertical alignment of text in the bounding box.
Member List
Section titled “Member List”Member | Description |
---|---|
top | Aligned with the top of the bounding box. |
center | Aligned with the center of the bounding box. |
bottom | Aligned with the bottom of the bounding box. |