Click or drag to resize

TextEditSetDrawSpaces Method

Note: This API is now obsolete.

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

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

Parameters

arg0
Type: SystemBoolean

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

See Also