Compartir a través de


PolyLineSegment.Points Propiedad

Definición

Obtiene o establece la colección de valores Point que define este objeto 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"/>

Valor de propiedad

Puntos que definen este objeto PolyLineSegment .

Se aplica a