Click or drag to resize

ButtonClipText Property

When this property is enabled, text that is too large to fit the button is clipped, when disabled the Button will always be wide enough to hold the text.

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

Property Value

Type: Boolean
See Also