Implemented interface member:
property
IsSpellCheckEnabled
Microsoft.Maui.ITextInput.IsSpellCheckEnabled
2 references to IsSpellCheckEnabled
Microsoft.Maui.Controls (2)
InputView\InputView.cs (2)
19 /// <summary>Bindable property for <see cref="IsSpellCheckEnabled"/>.</summary> 20 public static readonly BindableProperty IsSpellCheckEnabledProperty = BindableProperty.Create(nameof(IsSpellCheckEnabled), typeof(bool), typeof(InputView), true);