Click or drag to resize

RichTextLabelSetTabSize Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.RichTextLabel.SetTabSize(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTabSize is deprecated. Use the TabSize property instead.")]
public void SetTabSize(
	int spaces
)

Parameters

spaces
Type: SystemInt32

[Missing <param name="spaces"/> documentation for "M:Godot.RichTextLabel.SetTabSize(System.Int32)"]

See Also