Click or drag to resize

LabelGetVisibleLineCount Method

Returns the number of lines shown. Useful if the Label's height cannot currently display all lines.

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.Label.GetVisibleLineCount"]

See Also