Compartir a través de


BorderHandler.MapStrokeThickness(IBorderHandler, IBorderView) Método

Definición

Asigna la propiedad abstracta StrokeThickness a las implementaciones específicas de la plataforma.

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

Parámetros

handler
IBorderHandler

El controlador asociado.

border
IBorderView

Instancia asociada IBorderView .

Se aplica a