Overview

RadPath is a control which can be used to draw complex shapes that are composed of different geometries like arcs, ellipses, lines and rectangles.

Telerik UI for Xamarin Ninja image

The Path is part of Telerik UI for Xamarin, a professional grade UI component library for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Figure 1: RadPath Overview

Path Overview

Key features

  • Styling options: RadPath exposes a few useful properties for defining the colors of the drawn shape. For more info go to Styling topic.
  • Geometry support: You could implement any shape through the RadPathGeometry object which contains Figures such as Line and Arc. For more details on this check the following topic: PathGeometry.
  • MultiPath object: Through RadMultiPath you could combine several PathGeometry objects into a single element. Check MultiPath article for more information on this.

See Also

In this article