Partager via


BorderHandler.MapStroke(IBorderHandler, IBorderView) Méthode

Définition

Mappe la propriété abstraite Stroke aux implémentations spécifiques à la plateforme.

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)

Paramètres

handler
IBorderHandler

Le gestionnaire associé.

border
IBorderView

Instance associée IBorderView .

S’applique à