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