WmsLayer.RightBottom Property
In This Article
Returns the right-bottom coordinate of the geographical region provided by WmsLayer.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public CoordPoint RightBottom { get; }
#Property Value
Type | Description |
---|---|
Coord |
A Coord |
See Also