Shell.GetTabBarForegroundColor(BindableObject) Metodo

Definizione

Ottiene il colore della barra delle schede quando è disabilitato.

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

Parametri

obj
BindableObject

Oggetto al quale è impostato il colore.

Restituisce

Colore disabilitato per la barra delle schede.

Si applica a