MapContextRequestedEventArgs.Position Property

Definition

Gets the x- and y-coordinate values that define the point on the map of a context input gesture, such as a right-click.

public:
 property Point Position { Point get(); };
Point Position();
public Point Position { get; }
var point = mapContextRequestedEventArgs.position;
Public ReadOnly Property Position As Point

Property Value

The x- and y-coordinate values that define the point on the map of a context input gesture, such as a right-click.

Remarks

To get the geolocation point on the map of a context input gesture, use the Location property.

Applies to