2 references to LabelColorProperty
Microsoft.Maui.Controls (2)
Cells\EntryCell.cs (2)
64 get { return (Color)GetValue(LabelColorProperty); } 65 set { SetValue(LabelColorProperty, value); }