3 references to SelectionLength
Microsoft.Maui.Controls (3)
InputView\InputView.cs (3)
49
/// <summary>Bindable property for <see cref="
SelectionLength
"/>.</summary>
50
public static readonly BindableProperty SelectionLengthProperty = BindableProperty.Create(nameof(
SelectionLength
), typeof(int), typeof(InputView), 0, validateValue: (b, v) => (int)v >= 0);
259
get =>
SelectionLength
;