Bagikan melalui


PolyLineSegment.Points Properti

Definisi

Mendapatkan atau mengatur kumpulan nilai Titik yang menentukan objek PolyLineSegment ini.

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

Nilai Properti

Titik-titik yang menentukan objek PolyLineSegment ini.

Berlaku untuk