BorderHandler.MapStrokeDashOffset(IBorderHandler, IBorderView) 方法

定义

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

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

参数

handler
IBorderHandler

关联的处理程序。

border
IBorderView

关联的 IBorderView 实例。

适用于