ViewportChangedEventArgs Properties
Provides data for the LayerBase.ViewportChanged event.Name | Description |
---|---|
Angle | Returns the Map Control’s rotation angle in degrees. |
BottomRight | Returns the bottom-right coordinate of the current viewport. |
IsAnimated | |
TopLeft | Returns the top-left coordinate of the current viewport. |
ZoomLevel | Returns the zoom level of the current viewport. |
See Also