共用方式為


BorderHandler.MapStrokeLineJoin(IBorderHandler, IBorderView) 方法

定義

將抽象 StrokeLineJoin 屬性對應至平臺特定的實作。

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

參數

handler
IBorderHandler

相關的處理常式。

border
IBorderView

相關聯的 IBorderView 實例。

適用於