Bagikan melalui


Shell.GetTabBarForegroundColor(BindableObject) Method

Definition

Gets the color of the tab bar when its disabled.

public:
 static Microsoft::Maui::Graphics::Color ^ GetTabBarForegroundColor(Microsoft::Maui::Controls::BindableObject ^ obj);
public static Microsoft.Maui.Graphics.Color GetTabBarForegroundColor (Microsoft.Maui.Controls.BindableObject obj);
static member GetTabBarForegroundColor : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Graphics.Color
Public Shared Function GetTabBarForegroundColor (obj As BindableObject) As Color

Parameters

obj
BindableObject

The object to which the color is set.

Returns

The disabled color for the tab bar.

Applies to