Class RadPathGeometry
Represents a complex path geometry composed of one or more path figures.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadPathGeometry : RadGeometry, INotifyPropertyChanged
Constructors
RadPathGeometry()
Initializes a new instance of the path geometry.
Declaration
public RadPathGeometry()
Properties
Figures
Gets the collection of path figures describing the path geometry.
Declaration
public ObservableItemCollection<RadPathFigure> Figures { get; }
Property Value
ObservableItemCollection<RadPathFigure>
|
Operators
Implicit(String to RadPathGeometry)
Declaration
public static implicit operator RadPathGeometry(string abbreviatedGeometry)
Parameters
System.String
abbreviatedGeometry
|
Returns
RadPathGeometry
|