TextYAlignment
Determines vertical alignment of text.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
47 | Top | 0 | Alignment starts at the top of the GUI object. | |
47 | Center | 1 | Aligned starts at the center of the GUI object and spreads equally toward the top and bottom. | |
47 | Bottom | 2 | Alignment starts at the bottom of the GUI object. |
Description
Determines vertical alignment of text.
Used by TextLabel, TextButton, and TextBox.