Implemented interface member:
property
ReturnType
Microsoft.Maui.IEntry.ReturnType
3 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.