Click or drag to resize

ButtonTextAlign Enumeration

[Missing <summary> documentation for "T:Godot.Button.TextAlign"]

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

Align the text to the left.

Center1

Align the text to the center.

Right2

Align the text to the right.

See Also