Table of Contents

Enum HorizontalAlignment

Namespace
Godot
Assembly
GodotSharp.dll
public enum HorizontalAlignment : long

Fields

Center = 1

Horizontal center alignment, usually for text-derived classes.

Fill = 3

Expand row to fit width, usually for text-derived classes.

Left = 0

Horizontal left alignment, usually for text-derived classes.

Right = 2

Horizontal right alignment, usually for text-derived classes.