Click or drag to resize

LabelAlign Property

Controls the text's horizontal align. Supports left, center, right, and fill, or justify. Set it to one of the LabelAlignEnum constants.

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

Property Value

Type: LabelAlignEnum
See Also