Gets or sets whether to render the map using the MercatorProjection

Namespace:  EGIS.Controls
Assembly:  EGIS.Controls (in EGIS.Controls.dll)

Syntax

Visual Basic
Public Property UseMercatorProjection As Boolean
	Get
	Set
C#
public bool UseMercatorProjection { get; set; }
Visual C++
public:
property bool UseMercatorProjection {
	bool get ();
	void set (bool value);
}
JavaScript
function get_useMercatorProjection();
function set_useMercatorProjection(value);

See Also