Compartir a través de


Shell.SetTabBarBackgroundColor(BindableObject, Color) Método

Definición

Establece el color de fondo de la barra de pestañas. Si la propiedad no se establece, se usa el valor de la propiedad BackgroundColor.

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

Parámetros

obj
BindableObject

Objeto en el que se establece el color.

value
Color

Color de fondo de la barra de pestañas.

Se aplica a