Click or drag to resize

AcceptDialogSetAutowrap Method

Note: This API is now obsolete.

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

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

Parameters

autowrap
Type: SystemBoolean

[Missing <param name="autowrap"/> documentation for "M:Godot.AcceptDialog.SetAutowrap(System.Boolean)"]

See Also