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 インスタンス。

適用対象