BorderHandler.MapStrokeDashOffset(IBorderHandler, IBorderView) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將抽象 StrokeDashOffset 屬性對應至平臺特定的實作。
public:
static void MapStrokeDashOffset(Microsoft::Maui::Handlers::IBorderHandler ^ handler, Microsoft::Maui::IBorderView ^ border);
public static void MapStrokeDashOffset (Microsoft.Maui.Handlers.IBorderHandler handler, Microsoft.Maui.IBorderView border);
static member MapStrokeDashOffset : Microsoft.Maui.Handlers.IBorderHandler * Microsoft.Maui.IBorderView -> unit
Public Shared Sub MapStrokeDashOffset (handler As IBorderHandler, border As IBorderView)
參數
- handler
- IBorderHandler
相關的處理常式。
- border
- IBorderView
相關聯的 IBorderView 實例。