4 references to CursorPosition
Microsoft.Maui.Controls (4)
InputView\InputView.cs (4)
49 /// <summary>Bindable property for <see cref="CursorPosition"/>.</summary> 50 public static readonly BindableProperty CursorPositionProperty = BindableProperty.Create(nameof(CursorPosition), typeof(int), typeof(InputView), 0, validateValue: (b, v) => (int)v >= 0); 188 /// Gets or sets the length of the selection. The selection will start at <see cref="CursorPosition"/>. 268 get => CursorPosition;