Skip to content

Enumeration: TextAlignment

TextAlignment is the alignment options for text.

Table of contents

Enumeration members

Enumeration members

Center

Center: = 1

Center Align text, center of text is set to the transform position.


Left

Left: = 0

Left Align text, farthest left point of the text is set to the transform position.


Right: = 2

Right Align text, farthest right point of the text is set to the transform position.