UI for .NET MAUI
The .NET MAUI Path control allows you to draw complex shapes such as arcs, ellipses, lines and rectangles rendered with the help of the SkiaSharp graphics library. The styling capabilities of the Path control for .NET MAUI allow for flexible customization of properties such as the thickness of the stroke or the background color. In addition to the built-in geometrics, the multipath object feature allows you to draw more complex shapes by including multiple geometrics into a single element.
The Path control for .NET MAUI comes with a few styling capabilities for defining the colors, fill, stroke, stroke thickness and background color of the drawn shape.
The .NET MAUI Path control enables you to implement any shape which contains figures such as line and arc.
See the .NET MAUI Path documentation: Geometry StructureThe MultiPath object enables you to combine several geometry path objects into a single element and in this way draw more complex shapes.