4 references to TabBarTitleColorProperty
Microsoft.Maui.Controls (4)
Properties\AssemblyInfo.cs (1)
171
[assembly: StyleProperty("-maui-shell-tabbar-title", typeof(Element), nameof(Shell.
TabBarTitleColorProperty
), PropertyOwnerType = typeof(Shell))]
Shell\Shell.cs (2)
541
public static Color GetTabBarTitleColor(BindableObject obj) => (Color)obj.GetValue(
TabBarTitleColorProperty
);
549
public static void SetTabBarTitleColor(BindableObject obj, Color value) => obj.SetValue(
TabBarTitleColorProperty
, value);
Shell\ShellAppearance.cs (1)
21
Shell.
TabBarTitleColorProperty
,