Share via


LineGeometry.EndPoint 属性

定义

获取或设置线条的终点。

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"/>

属性值

线条的终点。 默认值为值为 0,0 的 Point

适用于