Compartilhar via


PolyLineSegment.Points Propriedade

Definição

Obtém ou define a coleção de valores Point que define esse 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 da propriedade

Os pontos que definem esse objeto PolyLineSegment .

Aplica-se a