BorderHandler.MapBackground(IBorderHandler, IBorderView) 方法

定义

将抽象 Background 属性映射到特定于平台的实现。

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)

参数

handler
IBorderHandler

关联的处理程序。

border
IBorderView

关联的 IBorderView 实例。

适用于