ButtonTextAlign Enumeration |
[Missing <summary> documentation for "T:Godot.Button.TextAlign"]
Namespace: Godot
public enum TextAlign
Member name | Value | Description | |
---|---|---|---|
Left | 0 | Align the text to the left. | |
Center | 1 | Align the text to the center. | |
Right | 2 | Align the text to the right. |