LabelVAlign Enumeration |
[Missing <summary> documentation for "T:Godot.Label.VAlign"]
Namespace: Godot
public enum VAlign
Member name | Value | Description | |
---|---|---|---|
Top | 0 | Align the whole text to the top. | |
Center | 1 | Align the whole text to the center. | |
Bottom | 2 | Align the whole text to the bottom. | |
Fill | 3 | Align the whole text by spreading the rows. |