Shell.SetTabBarBackgroundColor(BindableObject, Color) Metodo

Definizione

Imposta il colore di sfondo per la barra delle schede. Se la proprietà non è impostata, viene utilizzato il valore della proprietà 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)

Parametri

obj
BindableObject

Oggetto al quale è impostato il colore.

value
Color

Colore di sfondo per la barra delle schede.

Si applica a