TextInput.Caret Property

GeonBit.UI

TextInputCaret Property
Current cursor, eg where we are about to put next character. Set to -1 to jump to end.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int Caret { get; set; }

Property Value

Type: Int32
See Also