Class RadPathFigure
Represents a path figure composed of one or more path segments.
Inherited Members
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.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
Xamarin.Forms.Point
|