Compartir a través de


Shell.SetTabBarForegroundColor(BindableObject, Color) Método

Definición

Establece el color de primer plano de la barra de pestañas. Si la propiedad no se establece, se usa el valor de la propiedad ForegroundColor.

public:
 static void SetTabBarForegroundColor(Microsoft::Maui::Controls::BindableObject ^ obj, Microsoft::Maui::Graphics::Color ^ value);
public static void SetTabBarForegroundColor (Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Graphics.Color value);
static member SetTabBarForegroundColor : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Graphics.Color -> unit
Public Shared Sub SetTabBarForegroundColor (obj As BindableObject, value As Color)

Parámetros

obj
BindableObject

Objeto en el que se establece el color.

value
Color

Color de primer plano de la barra de pestañas.

Se aplica a