다음을 통해 공유


BorderHandler.MapStrokeLineCap(IBorderHandler, IBorderView) 메서드

정의

추상 StrokeLineCap 속성을 플랫폼별 구현에 매핑합니다.

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

매개 변수

handler
IBorderHandler

연관된 처리기입니다.

border
IBorderView

연결된 IBorderView instance.

적용 대상