Click or drag to resize

LineEditMaxLength Property

Maximum amount of characters that can be entered inside the LineEdit. If 0, there is no limit.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int MaxLength { get; set; }

Property Value

Type: Int32
See Also