Share via


BorderHandler.MapStrokeMiterLimit(IBorderHandler, IBorderView) メソッド

定義

抽象 StrokeMiterLimit プロパティをプラットフォーム固有の実装にマップします。

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

パラメーター

handler
IBorderHandler

関連付けられたハンドラー。

border
IBorderView

関連付けられている IBorderView インスタンス。

適用対象