Compartir a través de


MapPolyline.Path Propiedad

Definición

Obtiene o establece la colección de coordenadas que definen la forma 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

Valor de propiedad

Colección de coordenadas que definen la forma MapPolyline .

Se aplica a

Consulte también