Class RadPathFigure
Represents a path figure composed of one or more path segments.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadPathFigure : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
RadPathFigure()
Initializes a new instance of the path figure.
Declaration
public RadPathFigure()
Properties
Segments
Gets the collection of path segments describing the path figure.
Declaration
public ObservableItemCollection<RadPathSegment> Segments { get; }
Property Value
ObservableItemCollection<RadPathSegment>
|
StartPoint
Gets or sets the start point of the path figure.
Declaration
public Point StartPoint { get; set; }
Property Value
Microsoft.Maui.Graphics.Point
|