.NET MAUI Path Overview

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.

Telerik Maui Ninja image

The Path is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.

.NET MAUI Path Overview

Key Features

  • Built-in geometries—The Path supports predefined geometries like: Star, Circle, Heart and Diamond.

  • Geometry support—You can implement any shape through the RadPathGeometry object which contains Figures(collection of RadPathFigure) such as Line and Arc segments.

  • MultiPath object—Through the RadMultiPath setting, you can combine multiple PathGeometry objects into a single element.

  • Styling options—The Path exposes a useful properties for defining the colors of the drawn shape.

Next Steps

See Also

In this article