MapPolyline.Path 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定定義 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
屬性值
定義 MapPolyline 圖形的座標集合。