Partage via


MapPolygon.Path Propriété

Définition

Obtient ou définit la collection de coordonnées qui définissent la forme MapPolygon .

Notes

Dans Windows 10, version 1511, nous vous recommandons d’utiliser la propriété Paths pour créer des polygones simples et complexes. N’utilisez pas les deux propriétés (Chemins et Chemin) en même temps.

public:
 property Geopath ^ Path { Geopath ^ get(); void set(Geopath ^ value); };
Geopath Path();

void Path(Geopath value);
public Geopath Path { get; set; }
var geopath = mapPolygon.path;
mapPolygon.path = geopath;
Public Property Path As Geopath

Valeur de propriété

Collection de coordonnées qui définissent la forme MapPolygon .

S’applique à

Voir aussi