File: Handlers\Shapes\Polyline\PolylineHandler.Standard.cs | Web Access |
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls) |
#nullable disable using System; using Microsoft.Maui.Controls.Shapes; namespace Microsoft.Maui.Controls.Handlers { public partial class PolylineHandler { public static void MapShape(IShapeViewHandler handler, Polyline polyline) { } public static void MapPoints(IShapeViewHandler handler, Polyline polyline) { } public static void MapFillRule(IShapeViewHandler handler, Polyline polyline) { } } } |