Gets or sets the google maps longitude. This property is used if EnableGeoCordinates property is enabled.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public double Longitude { get; set; }
Visual Basic
Public Property Longitude As Double
	Get
	Set
Visual C++
public:
property double Longitude {
	double get ();
	void set (double value);
}
F#
member Longitude : float with get, set

Property Value

Type: Double

See Also