Gets the X-coordinate of the latest mouse click, in pixel.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public int X { get; }
Visual Basic (Declaration)
Public ReadOnly Property X As Integer

Field Value

The X-coordinate of the latest mouse click, in pixels.

See Also