3 references to TextColor
Microsoft.Maui.Controls (3)
TableView\TableSectionBase.cs (2)
12 /// <summary>Bindable property for <see cref="TextColor"/>.</summary> 13 public static readonly BindableProperty TextColorProperty = BindableProperty.Create(nameof(TextColor), typeof(Color), typeof(TableSectionBase), null);
TableView\TableView.cs (1)
229 return _root[section].TextColor;