Condividi tramite


BorderHandler.MapStrokeLineCap(IBorderHandler, IBorderView) Metodo

Definizione

Esegue il mapping della proprietà astratta StrokeLineCap alle implementazioni specifiche della piattaforma.

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

Parametri

handler
IBorderHandler

Gestore associato.

border
IBorderView

Istanza associata IBorderView .

Si applica a