Table of Contents

Enum VerticalAlignment

Namespace
Godot
Assembly
GodotSharp.dll
public enum VerticalAlignment : long

Fields

Bottom = 2

Vertical bottom alignment, usually for text-derived classes.

Center = 1

Vertical center alignment, usually for text-derived classes.

Fill = 3

Expand rows to fit height, usually for text-derived classes.

Top = 0

Vertical top alignment, usually for text-derived classes.