Compartilhar via


BorderHandler.MapStrokeMiterLimit(IBorderHandler, IBorderView) Método

Definição

Mapeia a propriedade abstrata StrokeMiterLimit para as implementações específicas da 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

O manipulador associado.

border
IBorderView

A instância associada IBorderView .

Aplica-se a