Click or drag to resize
CMSMapPropertiesLongitude Property
Gets or sets the longitude of of the center of the map or longitude of single marker in detail mode.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public Nullable<double> Longitude { get; set; }

Property Value

Type: NullableDouble
See Also