VAlign
enum VAlign { "top", "center", "bottom" }
The vertical alignment of text in the bounding box.
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. |