3 references to LabelColorProperty
Microsoft.Maui.Controls (2)
Cells\EntryCell.cs (2)
64 get { return (Color)GetValue(LabelColorProperty); } 65 set { SetValue(LabelColorProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
Android\Cells\EntryCellRenderer.cs (1)
61 else if (e.PropertyName == EntryCell.LabelColorProperty.PropertyName)