LineEditAlignEnum Enumeration |
[Missing <summary> documentation for "T:Godot.LineEdit.AlignEnum"]
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax Members
| Member name | Value | Description |
---|
| Left | 0 | Aligns the text on the left-hand side of the LineEdit. |
| Center | 1 | Centers the text in the middle of the LineEdit. |
| Right | 2 | Aligns the text on the right-hand side of the LineEdit. |
| Fill | 3 | Stretches whitespaces to fit the LineEdit's width. |
See Also