New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a line geometry.

Definition

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)
Parameters:startPointPoint

Specifies the start point of the line geometry.

endPointPoint

Specifies the end point of the line geometry.

Properties

Gets or sets the end point of the line geometry.

C#
public Point EndPoint { get; set; }

Gets or sets the start point of the line geometry.

C#
public Point StartPoint { get; set; }