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

WmsLayer.RightBottom Property

Returns the right-bottom 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 RightBottom { get; }

Property Value

Type Description
CoordPoint

A CoordPoint object specifying the geographical point.

See Also