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

WmsBoundingBox.LeftTop Property

Returns the geographical coordinate of the left-top corner of a WmsBoundingBox.

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public CoordPoint LeftTop { get; }

Property Value

Type Description
CoordPoint

A CoordPoint object.

See Also