Skip to main content
A newer version of this page is available. .

WmsLayer.LeftTop Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

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

Property Value

Type Description
CoordPoint

A CoordPoint object specifying the geographical point.

See Also