4 references to TabBarForegroundColorProperty
Microsoft.Maui.Controls (4)
Properties\AssemblyInfo.cs (1)
170
[assembly: StyleProperty("-maui-shell-tabbar-foreground", typeof(Element), nameof(Shell.
TabBarForegroundColorProperty
), PropertyOwnerType = typeof(Shell))]
Shell\Shell.cs (2)
526
public static Color GetTabBarForegroundColor(BindableObject obj) => (Color)obj.GetValue(
TabBarForegroundColorProperty
);
534
public static void SetTabBarForegroundColor(BindableObject obj, Color value) => obj.SetValue(
TabBarForegroundColorProperty
, value);
Shell\ShellAppearance.cs (1)
20
Shell.
TabBarForegroundColorProperty
,