Click or drag to resize

LineEditAlignEnum Enumeration

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

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

Aligns the text on the left-hand side of the LineEdit.

Center1

Centers the text in the middle of the LineEdit.

Right2

Aligns the text on the right-hand side of the LineEdit.

Fill3

Stretches whitespaces to fit the LineEdit's width.

See Also