Click or drag to resize

LineEditGetMaxLength Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.LineEdit.GetMaxLength"]

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.LineEdit.GetMaxLength"]

See Also