Compartir a través de


BorderHandler.MapStrokeMiterLimit(IBorderHandler, IBorderView) Método

Definición

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

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

Parámetros

handler
IBorderHandler

El controlador asociado.

border
IBorderView

Instancia asociada IBorderView .

Se aplica a