Click or drag to resize

LineEditPlaceholderText Property

Text shown when the LineEdit is empty. It is not the LineEdit's default value (see Text).

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

Property Value

Type: String
See Also