2 references to UnselectedTabColorProperty
Microsoft.Maui.Controls (2)
TabbedPage\TabbedPage.cs (2)
52 get => (Color)GetValue(UnselectedTabColorProperty); 53 set => SetValue(UnselectedTabColorProperty, value);