.NET MAUI Path Overview
Updated over 6 months ago
The Telerik UI for .NET MAUI Path is a control which can be used to draw complex shapes that are composed of different geometries like arcs, ellipses, lines, and rectangles.

Key Features of the .NET MAUI Path
-
Built-in geometries—The Path supports predefined geometries like:
Star,Circle,HeartandDiamond. -
Geometry support—You can implement any shape through the
RadPathGeometryobject which contains Figures (collection ofRadPathFigure) such asLineandArcsegments. -
MultiPath object—Through the
RadMultiPathsetting, you can combine multiplePathGeometryobjects into a single element. -
Styling options—The Path exposes a useful properties for defining the colors of the drawn shape.