MapContextRequestedEventArgs.Position Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.