Icon TTextAlignment

Unit: WebUI

TTextAlignment = (taLeftJustify,taCenter,taRightJustify)

Available In: Client and Server Applications

The TTextAlignment enumerated type is used to specify the horizontal alignment of text on a TCanvasElement instance.

ElementDescription
taCenterSpecifies that the text will be centered.
taLeftJustifySpecifies that the text will be left-justified.
taRightJustifySpecifies that the text will be right-justified.
Image