ViewportChangedEventArgs Properties
Provides data for the LayerBase.ViewportChanged event.Name | Description |
---|---|
Angle | Returns the Map Control’s rotation angle in degrees. |
BottomRight | Gets the bottom right coordinate visible on a map. |
IsAnimated | Gets whether or not the animation effect is used while the position of the current viewport is changed. |
TopLeft | Gets the top left coordinate visible on the map. |
ZoomLevel | Returns the zoom level of the current viewport. |
See Also