VCardGeoLatitude Property |
Gets or sets a latitude
Namespace:
Aspose.Email.PersonalInfo.VCard
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic float Latitude { get; set; }
Public Property Latitude As Single
Get
Set
public:
property float Latitude {
float get ();
void set (float value);
}
member Latitude : float32 with get, set
Property Value
Type:
Single
See Also