共用方式為


MapIcon.Location 屬性

定義

取得或設定 上 MapControl圖示的地理位置。

public:
 property Geopoint ^ Location { Geopoint ^ get(); void set(Geopoint ^ value); };
Geopoint Location();

void Location(Geopoint value);
public Geopoint Location { get; set; }
var geopoint = mapIcon.location;
mapIcon.location = geopoint;
Public Property Location As Geopoint

屬性值

圖示在 上的 MapControl地理位置。 預設值為 null

適用於