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

定義

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

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

パラメーター

handler
IBorderHandler

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

border
IBorderView

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

適用対象