Share via


BorderHandler.MapBackground(IBorderHandler, IBorderView) Méthode

Définition

Mappe la propriété abstraite Background aux implémentations spécifiques de la plateforme.

public:
 static void MapBackground(Microsoft::Maui::Handlers::IBorderHandler ^ handler, Microsoft::Maui::IBorderView ^ border);
public static void MapBackground (Microsoft.Maui.Handlers.IBorderHandler handler, Microsoft.Maui.IBorderView border);
static member MapBackground : Microsoft.Maui.Handlers.IBorderHandler * Microsoft.Maui.IBorderView -> unit
Public Shared Sub MapBackground (handler As IBorderHandler, border As IBorderView)

Paramètres

handler
IBorderHandler

Le gestionnaire associé.

border
IBorderView

Instance associée IBorderView .

S’applique à