Click or drag to resize

HAlign Enumeration

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

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

Horizontal left alignment, usually for text-derived classes.

Center1

Horizontal center alignment, usually for text-derived classes.

Right2

Horizontal right alignment, usually for text-derived classes.

See Also