Click or drag to resize

LineEditCaretPosition Property

The cursor's position inside the LineEdit. When set, the text may scroll to accommodate it.

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

Property Value

Type: Int32
See Also