Click or drag to resize

LabelAlignEnum Enumeration

[Missing <summary> documentation for "T:Godot.Label.AlignEnum"]

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

Align rows to the left (default).

Center1

Align rows centered.

Right2

Align rows to the right.

Fill3

Expand row whitespaces to fit the width.

See Also