Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.65 KB

overview.md

File metadata and controls

35 lines (23 loc) · 1.65 KB
title page_title description position previous_url slug
Overview
.NET MAUI Path Documentation - Overview
Try now the Telerik Path for .NET MAUI delivering a set of options for drawing complex shapes composed of various geometries like arcs, ellipses, lines, and rectangles.
0
/controls/path/path-overview
path-overview

.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.

.NET MAUI Path Overview

Key Features of the .NET MAUI Path

  • [Built-in geometries]({%slug geometry-types%})—The Path supports predefined geometries like: Star, Circle, Heart and Diamond.

  • [Geometry support]({%slug path-structure %})—You can implement any shape through the RadPathGeometry object which contains Figures (collection of RadPathFigure) such as Line and Arc segments.

  • [MultiPath object]({%slug path-multipath %})—Through the RadMultiPath setting, you can combine multiple PathGeometry objects into a single element.

  • [Styling options]({%slug path-styling %})—The Path exposes a useful properties for defining the colors of the drawn shape.

Next Steps

  • [Getting Started with Telerik UI for .NET MAUI Path]({%slug path-getting-started %})

See Also