File: Shell\IShellAppearanceElement.cs | Web Access |
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls) |
#nullable disable using Microsoft.Maui.Graphics; namespace Microsoft.Maui.Controls { public interface IShellAppearanceElement { Color EffectiveTabBarBackgroundColor { get; } Color EffectiveTabBarDisabledColor { get; } Color EffectiveTabBarForegroundColor { get; } Color EffectiveTabBarTitleColor { get; } Color EffectiveTabBarUnselectedColor { get; } } } |