ClassRadPathGeometry
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:
cs-api-definition
public class RadPathGeometry : RadGeometry, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseRadGeometryRadPathGeometry
Implements:
Inherited Members
Constructors
RadPathGeometry()
Initializes a new instance of the path geometry.
Declaration
cs-api-definition
public RadPathGeometry()
Properties
Figures
Gets the collection of path figures describing the path geometry.
Declaration
cs-api-definition
public ObservableItemCollection<RadPathFigure> Figures { get; }
Property Value
Operators
implicit operator RadPathGeometry(string)
Implicitly converts a string representation of abbreviated geometry to a RadPathGeometry.
Declaration
cs-api-definition
public static implicit operator RadPathGeometry(string abbreviatedGeometry)
Parameters
abbreviatedGeometry
The string representation of the path geometry.
Returns
A RadPathGeometry instance parsed from the abbreviated geometry string.