Click or drag to resize

LabelAutowrap Property

If true, wraps the text inside the node's bounding rectangle. If you resize the node, it will change its height automatically to show all the text.

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

Property Value

Type: Boolean
See Also