2 references to TextColorProperty
Microsoft.Maui.Controls (2)
TableView\TableSectionBase.cs (2)
43
get { return (Color)GetValue(
TextColorProperty
); }
44
set { SetValue(
TextColorProperty
, value); }