2 implementations of BarTextColor
Microsoft.Maui.Controls (2)
NavigationPage\NavigationPage.cs (1)
107 public Color BarTextColor
TabbedPage\TabbedPage.cs (1)
43 public Color BarTextColor
2 references to BarTextColor
Microsoft.Maui.Controls (2)
BarElement.cs (2)
16 /// <summary>Bindable property for <see cref="IBarElement.BarTextColor"/>.</summary> 18 BindableProperty.Create(nameof(IBarElement.BarTextColor), typeof(Color), typeof(IBarElement), default(Color));