Implemented interface member:
property
ReturnType
Microsoft.Maui.IEntry.ReturnType
4 references to ReturnType
Microsoft.Maui.Controls (3)
Entry\Entry.cs (3)
15
/// Backing store for the <see cref="
ReturnType
"/> property.
17
public static readonly BindableProperty ReturnTypeProperty = BindableProperty.Create(nameof(
ReturnType
), typeof(ReturnType), typeof(Entry), ReturnType.Default);
58
/// Backing store for the <see cref="
ReturnType
"/> property.
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\EntryRenderer.cs (1)
415
EditText.ImeOptions = Element.
ReturnType
.ToAndroidImeAction();