LayerBase.ViewportChanged Event
In This Article
Occurs every time the current viewport is changed.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public event ViewportChangedEventHandler ViewportChanged
#Event Data
The ViewportChanged event's data class is ViewportChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Bottom |
Returns the bottom-right coordinate of the current viewport. |
Top |
Returns the top-left coordinate of the current viewport. |
Zoom |
Returns the zoom level of the current viewport. |
See Also