New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a complex path geometry composed of one or more path figures.

Definition

Constructors

Initializes a new instance of the path geometry.

C#
public RadPathGeometry()

Properties

Gets the collection of path figures describing the path geometry.

C#
public ObservableItemCollection<RadPathFigure> Figures { get; }

Operators

Implicitly converts a string representation of abbreviated geometry to a RadPathGeometry.

C#
public static implicit operator RadPathGeometry(string abbreviatedGeometry)
Parameters:abbreviatedGeometrystring

The string representation of the path geometry.

Returns:

RadPathGeometry

A RadPathGeometry instance parsed from the abbreviated geometry string.