Compartir a través de


Shell.SetForegroundColor(BindableObject, Color) Método

Definición

Define el color de primer plano de la barra de pestañas. Si la propiedad no se establece, se usa el ForegroundColorProperty valor .

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

Parámetros

obj
BindableObject

Objeto en el que se establece el color de primer plano.

value
Color

Color de primer plano de la barra de pestañas.

Se aplica a