2 references to SelectedTabColorProperty
Microsoft.Maui.Controls (2)
TabbedPage\TabbedPage.cs (2)
58
get => (Color)GetValue(
SelectedTabColorProperty
);
59
set => SetValue(
SelectedTabColorProperty
, value);