Click or drag to resize

TextEditIsSyntaxColoringEnabled Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TextEdit.IsSyntaxColoringEnabled"]

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.TextEdit.IsSyntaxColoringEnabled"]

See Also