RadLineGeometry
Class
Represents a line geometry.
Definition
Namespace:Telerik.Maui.Controls.Paths
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadLineGeometry : RadGeometry, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseRadGeometryRadLineGeometry
Implements:
Inherited Members
Constructors
Initializes a new instance of the line geometry.
C#
public RadLineGeometry()
Initializes a new instance of the line geometry.
C#
public RadLineGeometry(Point startPoint, Point endPoint)
Specifies the start point of the line geometry.
endPointPointSpecifies the end point of the line geometry.
Properties
EndPoint
Point
Gets or sets the end point of the line geometry.
C#
public Point EndPoint { get; set; }
StartPoint
Point
Gets or sets the start point of the line geometry.
C#
public Point StartPoint { get; set; }