PolyLineSegment.Points Proprietà

Definizione

Ottiene o imposta l'insieme di valori Point che definisce l'oggetto 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"/>

Valore della proprietà

Punti che definiscono l'oggetto PolyLineSegment .

Si applica a