Skip to main content

WmsLayer.LeftTop Property

Returns the left-top coordinate of the geographical region provided by the WmsLayer.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[Browsable(false)]
public CoordPoint LeftTop { get; }

Property Value

Type Description
CoordPoint

A CoordPoint object specifying the geographical point.

See Also