MapContextRequestedEventArgs.Location 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得內容輸入手勢地圖上的地理位置,例如按一下滑鼠右鍵。
public:
property Geopoint ^ Location { Geopoint ^ get(); };
Geopoint Location();
public Geopoint Location { get; }
var geopoint = mapContextRequestedEventArgs.location;
Public ReadOnly Property Location As Geopoint
屬性值
內容輸入手勢地圖上的地理位置,例如按一下滑鼠右鍵。
備註
若要取得定義內容輸入筆勢地圖點的 x 和 Y 座標值,請使用 Position 屬性。