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

ViewportChangedEventArgs.TopLeft Property

Returns the top-left coordinate of the current viewport.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public GeoPoint TopLeft { get; }

Property Value

Type Description
GeoPoint

A GeoPoint containing information about the top-left coordinate.

See Also