LineGeometry.EndPoint Property

Definition

Gets or sets the end point of a line.

public:
 property Point EndPoint { Point get(); void set(Point value); };
Point EndPoint();

void EndPoint(Point value);
public Point EndPoint { get; set; }
var point = lineGeometry.endPoint;
lineGeometry.endPoint = point;
Public Property EndPoint As Point
<LineGeometry EndPoint="x,y"/>

Property Value

The end point of the line. The default is a Point with value 0,0.

Applies to