BorderHandler.MapStrokeThickness(IBorderHandler, IBorderView) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将抽象 StrokeThickness 属性映射到特定于平台的实现。
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)
参数
- handler
- IBorderHandler
关联的处理程序。
- border
- IBorderView
关联的 IBorderView 实例。