4 references to UnselectedTabColorProperty
Microsoft.Maui.Controls (2)
TabbedPage\TabbedPage.cs (2)
52 get => (Color)GetValue(UnselectedTabColorProperty); 53 set => SetValue(UnselectedTabColorProperty, value);
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\TabbedRenderer.cs (2)
251 else if (e.PropertyName == TabbedPage.SelectedTabColorProperty.PropertyName || e.PropertyName == TabbedPage.UnselectedTabColorProperty.PropertyName) 496 if (Tabbed.IsSet(TabbedPage.UnselectedTabColorProperty) && Tabbed.UnselectedTabColor != null)