5 references to UnselectedTabColorProperty
Microsoft.Maui.Controls (5)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (3)
234 else if (e.PropertyName == TabbedPage.SelectedTabColorProperty.PropertyName || e.PropertyName == TabbedPage.UnselectedTabColorProperty.PropertyName) 491 if (tabbed.IsSet(TabbedPage.UnselectedTabColorProperty) && tabbed.UnselectedTabColor != null) 532 tabbed.IsSet(TabbedPage.UnselectedTabColorProperty) ? tabbed.UnselectedTabColor : null,
TabbedPage\TabbedPage.cs (2)
52 get => (Color)GetValue(UnselectedTabColorProperty); 53 set => SetValue(UnselectedTabColorProperty, value);