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

ViewportChangedEventArgs.TopLeft Property

Gets the top left coordinate visible on the map.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

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

Declaration

public CoordPoint TopLeft { get; }

Property Value

Type Description
CoordPoint

A CoordPoint class descendant object.

See Also