Polygon.Points Propriété

Définition

Obtient ou définit une collection qui contient les points de vertex du polygone.

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

Valeur de propriété

Collection de structures de points qui décrit les points de vertex du polygone. La valeur par défaut est null. La valeur peut être exprimée sous forme de chaîne pour la conversion de type XAML ou.

S’applique à