RadPathGeometry
Class
Represents a complex path geometry composed of one or more path figures.
Definition
Namespace:Telerik.Maui.Controls.Paths
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadPathGeometry : RadGeometry, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseRadGeometryRadPathGeometry
Implements:
Inherited Members
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)
The string representation of the path geometry.
Returns:A RadPathGeometry instance parsed from the abbreviated geometry string.