Skip to content

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.

MemberDescription
topAligned with the top of the bounding box.
centerAligned with the center of the bounding box.
bottomAligned with the bottom of the bounding box.