EditBox.HorizontalAlign property
Performs horizontal alignment. $ STD is right-aligned if the data type is Number, Fixed type, and left-aligned otherwise.
| Constant | Value | Description |
|---|---|---|
| $ STD | 0 | Determined by data type |
| $ LEFT | 1 | Left-aligned |
| $ CENTER | 2 | Centered |
| $ RIGHT | 3 | Right-aligned |
If you specify $ CENTER or $ RIGHT, the horizontal scrollbar is not displayed regardless of the ScrollBarPosition property.