Udostępnij za pośrednictwem


Shell.SetBackgroundColor(BindableObject, Color) Metoda

Definicja

Ustawia kolor tła w przeglądarce Shell. Kolor nie będzie wypełniany za zawartością powłoki.

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

Parametry

obj
BindableObject

Obiekt, do którego ustawiono kolor tła.

value
Color

Kolor tła dla chromu powłoki.

Dotyczy