Click or drag to resize

LabelVAlign Enumeration

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

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

Align the whole text to the top.

Center1

Align the whole text to the center.

Bottom2

Align the whole text to the bottom.

Fill3

Align the whole text by spreading the rows.

See Also