MapPolyline.Path Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la collection de coordonnées qui définissent la forme MapPolyline .
public:
property Geopath ^ Path { Geopath ^ get(); void set(Geopath ^ value); };
Geopath Path();
void Path(Geopath value);
public Geopath Path { get; set; }
var geopath = mapPolyline.path;
mapPolyline.path = geopath;
Public Property Path As Geopath
Valeur de propriété
Collection de coordonnées qui définissent la forme MapPolyline .