Click or drag to resize

LabelClipText Property

If true, the Label only shows the text that fits inside its bounding rectangle. It also lets you scale the node down freely.

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

Property Value

Type: Boolean
See Also