Class RadLineSegment
Represents a line segment of a path figure.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.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
Microsoft.Maui.Graphics.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
Microsoft.Maui.Graphics.Point
|