GeopositionLongitude Property |
Version 55.0.0
Longitude in decimal degrees west (WGS84 coordinate frame).
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public double Longitude { get; set; }
public:
property double Longitude {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also