Click or drag to resize

TextEditSetDrawTabs Method

Note: This API is now obsolete.

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

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

Parameters

arg0
Type: SystemBoolean

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

See Also