Click or drag to resize

LabelValign Property

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

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

Property Value

Type: LabelVAlign
See Also