Click or drag to resize

Label.Valign Property

Controls the text's vertical align. Supports top, center, bottom, and fill. Set it to one of the Label.VAlign constants.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Label.VAlign Valign { get; set; }

Property Value

Type: Label.VAlign
See Also