Enum VerticalAlignment
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VerticalAlignment : long
Fields
Bottom = 2Vertical bottom alignment, usually for text-derived classes.
Center = 1Vertical center alignment, usually for text-derived classes.
Fill = 3Expand rows to fit height, usually for text-derived classes.
Top = 0Vertical top alignment, usually for text-derived classes.