Skip to main content

ViewportChangedEventArgs.TopLeft Property

Returns the top-left coordinate of the current viewport.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public GeoPoint TopLeft { get; }

Property Value

Type Description
GeoPoint

A GeoPoint containing information about the top-left coordinate.

See Also