共用方式為


MapElementsLayerContextRequestedEventArgs.Position 屬性

定義

取得 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 屬性。

適用於