Click or drag to resize

RichTextLabelAlign Enumeration

[Missing <summary> documentation for "T:Godot.RichTextLabel.Align"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum Align
Members
  Member nameValueDescription
Left0

Makes text left aligned.

Center1

Makes text centered.

Right2

Makes text right aligned.

Fill3

Makes text fill width.

See Also