Click or drag to resize

LineEditRightIcon Property

Sets the icon that will appear in the right end of the LineEdit if there's no Text, or always, if ClearButtonEnabled is set to false.

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

Property Value

Type: Texture
See Also