Back to Devexpress

ViewportChangedEventArgs.BottomRight Property

wpf-devexpress-dot-xpf-dot-map-dot-viewportchangedeventargs-2d7cf35a.md

latest1.1 KB
Original Source

ViewportChangedEventArgs.BottomRight Property

Returns the bottom-right coordinate of the current viewport.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public GeoPoint BottomRight { get; }
vb
Public ReadOnly Property BottomRight As GeoPoint

Property Value

TypeDescription
GeoPoint

A GeoPoint containing information about the bottom-right coordinate.

|

See Also

ViewportChangedEventArgs Class

ViewportChangedEventArgs Members

DevExpress.Xpf.Map Namespace