다음을 통해 공유


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 instance.

적용 대상