Udostępnij za pośrednictwem


Shell.SetTabBarBackgroundColor(BindableObject, Color) Metoda

Definicja

Ustawia kolor tła paska karty. Jeśli właściwość nie jest ustawiona, zostanie użyta wartość właściwości 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)

Parametry

obj
BindableObject

Obiekt, do którego jest ustawiony kolor.

value
Color

Kolor tła paska karty.

Dotyczy