TextXAlignment

Determines horizontal alignment of text.

Used by TextLabel, TextButton, and TextBox.

Items

NameValueSummary
Left0

Alignment starts at the left side of the GUI object.

Right1

Alignment starts at the right side of the GUI object.

Center2

Aligned starts at the center of the GUI object and spreads equally left and right.

On this page