TextAlignment

Enum that specify the style of a text alignment in a drawText() call

Values

ValueMeaning
leftDT_LEFT

Text is left aligned.

centerDT_CENTER

Text is centred horizontally.

topDT_TOP

Text is top aligned.

bottomDT_BOTTOM

Text is bottom aligned.

middleDT_VCENTER

Text is centred vertically.

Meta