Gets or sets longitude.

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

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