次の方法で共有


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

プロパティ値

線の終点。 既定値 は Point で 、値は 0,0 です。

適用対象