3 references to LabelColor
Microsoft.Maui.Controls (2)
Cells\EntryCell.cs (2)
20 /// <summary>Bindable property for <see cref="LabelColor"/>.</summary> 21 public static readonly BindableProperty LabelColorProperty = BindableProperty.Create(nameof(LabelColor), typeof(Color), typeof(EntryCell), null);
Microsoft.Maui.Controls.Compatibility (1)
Android\Cells\EntryCellRenderer.cs (1)
141 _view.SetLabelTextColor(((EntryCell)Cell).LabelColor, global::Android.Resource.Attribute.TextColor);