Share via


BorderHandler.MapStrokeThickness(IBorderHandler, IBorderView) Method

Definition

Maps the abstract StrokeThickness property to the platform-specific implementations.

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)

Parameters

handler
IBorderHandler

The associated handler.

border
IBorderView

The associated IBorderView instance.

Applies to