次の方法で共有


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

定義

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

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

パラメーター

handler
IBorderHandler

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

border
IBorderView

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

適用対象