Click or drag to resize

TextEditSetDrawFoldGutter Method

Note: This API is now obsolete.

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

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

Parameters

arg0
Type: SystemBoolean

[Missing <param name="arg0"/> documentation for "M:Godot.TextEdit.SetDrawFoldGutter(System.Boolean)"]

See Also