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