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

ViewportChangedEventArgs.BottomRight Property

Returns the bottom-right coordinate of the current viewport.

Namespace: DevExpress.UI.Xaml.Map

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

Declaration

public GeoPoint BottomRight { get; }

Property Value

Type Description
GeoPoint

A GeoPoint containing information about the bottom-right coordinate.

See Also