RichTextLabelAlign Enumeration |
[Missing <summary> documentation for "T:Godot.RichTextLabel.Align"]
Namespace: Godot
public enum Align
Member name | Value | Description | |
---|---|---|---|
Left | 0 | Makes text left aligned. | |
Center | 1 | Makes text centered. | |
Right | 2 | Makes text right aligned. | |
Fill | 3 | Makes text fill width. |