Click or drag to resize

TextEditIsLineHidden Method

Returns whether the line at the specified index is hidden or not.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsLineHidden(
	int line
)

Parameters

line
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:Godot.TextEdit.IsLineHidden(System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.TextEdit.IsLineHidden(System.Int32)"]

See Also