Click or drag to resize

ButtonSetClipText Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Button.SetClipText(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetClipText is deprecated. Use the ClipText property instead.")]
public void SetClipText(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.Button.SetClipText(System.Boolean)"]

See Also