Gets or sets latitude.

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

Syntax

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

Property Value

Type: Double

See Also