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

定義

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

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

パラメーター

handler
IBorderHandler

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

border
IBorderView

関連付けられた IBorderView インスタンス。

適用対象