LabelAlignEnum Enumeration |
[Missing <summary> documentation for "T:Godot.Label.AlignEnum"]
Namespace: Godot
public enum AlignEnum
| Member name | Value | Description | |
|---|---|---|---|
| Left | 0 | Align rows to the left (default). | |
| Center | 1 | Align rows centered. | |
| Right | 2 | Align rows to the right. | |
| Fill | 3 | Expand row whitespaces to fit the width. |