Share via


Polygon.Points Eigenschaft

Definition

Ruft eine Auflistung ab, die die Vertexpunkte des Polygons enthält, oder legt diese fest.

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

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

Eigenschaftswert

Eine Auflistung von Punktstrukturen , die die Vertexpunkte des Polygons beschreibt. Der Standardwert ist NULL. Der Wert kann als Zeichenfolge für DIE XAML- oder Typkonvertierung ausgedrückt werden.

Gilt für: