共用方式為


MapPolyline.Path 屬性

定義

取得或設定定義 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 圖形的座標集合。

適用於

另請參閱