Class RadLineSegment
Represents a line segment of a path figure.
Inherited Members
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public class RadLineSegment : RadPathSegment, INotifyPropertyChanged
Constructors
RadLineSegment()
Initializes a new instance of the line segment.
Declaration
public RadLineSegment()
RadLineSegment(Point)
Initializes a new instance of the line segment.
Declaration
public RadLineSegment(Point point)
Parameters
Xamarin.Forms.Point
point
Specifies the end point of the line segment. |
Properties
Point
Gets or sets the end point of the line segment.
Declaration
public Point Point { get; set; }
Property Value
Xamarin.Forms.Point
|