BorderHandler.MapStrokeThickness(IBorderHandler, IBorderView) 方法

定义

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

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

参数

handler
IBorderHandler

关联的处理程序。

border
IBorderView

关联的 IBorderView 实例。

适用于