3 references to Label
Microsoft.Maui.Controls (2)
Cells\EntryCell.cs (2)
14
/// <summary>Bindable property for <see cref="
Label
"/>.</summary>
15
public static readonly BindableProperty LabelProperty = BindableProperty.Create(nameof(
Label
), typeof(string), typeof(EntryCell), null);
Microsoft.Maui.Controls.Compatibility (1)
Android\Cells\EntryCellRenderer.cs (1)
136
_view.LabelText = ((EntryCell)Cell).
Label
;