Click or drag to resize

LineEditText Property

String value of the LineEdit.

Note: Changing text using this property won't emit the text_changed signal.

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

Property Value

Type: String
See Also