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