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