Compartir a través de


CheckBoxHandler.MapForeground(ICheckBoxHandler, ICheckBox) Método

Definición

Asigna la propiedad abstracta Foreground a las implementaciones específicas de la plataforma.

public:
 static void MapForeground(Microsoft::Maui::Handlers::ICheckBoxHandler ^ handler, Microsoft::Maui::ICheckBox ^ check);
public static void MapForeground (Microsoft.Maui.Handlers.ICheckBoxHandler handler, Microsoft.Maui.ICheckBox check);
static member MapForeground : Microsoft.Maui.Handlers.ICheckBoxHandler * Microsoft.Maui.ICheckBox -> unit
Public Shared Sub MapForeground (handler As ICheckBoxHandler, check As ICheckBox)

Parámetros

handler
ICheckBoxHandler

El controlador asociado.

check
ICheckBox

Instancia asociada ICheckBox .

Se aplica a