共用方式為


PolyLineSegment.Points 屬性

定義

取得或設定 Point 值的集合,這個集合定義這個 PolyLineSegment 物件。

public:
 property PointCollection ^ Points { PointCollection ^ get(); void set(PointCollection ^ value); };
PointCollection Points();

void Points(PointCollection value);
public PointCollection Points { get; set; }
var pointCollection = polyLineSegment.points;
polyLineSegment.points = pointCollection;
Public Property Points As PointCollection
<PolyLineSegment Points="pointSet"/>

屬性值

定義這個 PolyLineSegment 物件的點。

適用於