public override void ViewWillAppear(bool animated) { base.ViewWillAppear(animated); // Force nav bar text color //var color = NavigationBarAttachedProperty.GetTextColor(Element); NavigationBarAttachedProperty.SetTextColor(Element, Color.White); }
public override void ViewWillAppear(bool animated) { base.ViewWillAppear(animated); var color = NavigationBarAttachedProperty.GetTextColor(Element); NavigationBarAttachedProperty.SetTextColor(Element, color); }
public override void ViewWillAppear(bool animated) { base.ViewWillAppear(animated); // Force nav bar text color var color = NavigationBarAttachedProperty.GetTextColor(Element); NavigationBarAttachedProperty.SetTextColor(Element, color); var background = NavigationBarAttachedProperty.GetBackgroundColor(Element); NavigationBarAttachedProperty.SetBackgroundColor(Element, background); }