Compartir a través de


Shell.GetBackgroundColor(BindableObject) Método

Definición

Obtiene el color de fondo en el cromo shell.

public:
 static Microsoft::Maui::Graphics::Color ^ GetBackgroundColor(Microsoft::Maui::Controls::BindableObject ^ obj);
public static Microsoft.Maui.Graphics.Color GetBackgroundColor (Microsoft.Maui.Controls.BindableObject obj);
static member GetBackgroundColor : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Graphics.Color
Public Shared Function GetBackgroundColor (obj As BindableObject) As Color

Parámetros

obj
BindableObject

Objeto al que se establece el color de fondo.

Devoluciones

Color de fondo del cromo shell.

Se aplica a