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 WmsLayer.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public CoordPoint RightBottom { get; }

Property Value

Type Description
CoordPoint

A CoordPoint object specifying the geographical coordinate.

See Also