Skip to content

TextVerticalAlign

const TextVerticalAlign: object

Defined in: ui/core/text.ts:26

Vertical alignment, on the same rule as TextAlign: inside the box when there is one, otherwise relative to the origin.

readonly Bottom: 2 = 2

readonly Middle: 1 = 1

readonly Top: 0 = 0