2 references to TextColorProperty
Microsoft.Maui.Controls (2)
Cells\TextCell.cs (2)
91
get { return (Color)GetValue(
TextColorProperty
); }
92
set { SetValue(
TextColorProperty
, value); }