Implemented interface member:
property
BarTextColor
Microsoft.Maui.Controls.IBarElement.BarTextColor
6 references to BarTextColor
Microsoft.Maui.Controls (4)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (2)
780 var barTextColor = NavPage.BarTextColor; 834 var barTextColor = NavPage.BarTextColor;
NavigationPage\NavigationPage.cs (1)
33 /// <summary>Bindable property for <see cref="BarTextColor"/>.</summary>
NavigationPage\NavigationPageToolbar.cs (1)
267 Color GetBarTextColor() => _currentNavigationPage?.BarTextColor;
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\NavigationPageRenderer.cs (2)
275 if (Element.BarTextColor.IsNotDefault()) 277 titleView.Label.TextColor = _accentColor = Element.BarTextColor.ToNative();