MapControl.Zoom(Double) Method
In This Article
Zooms a map to the specified level.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
zoom |
Double | An integer value specifying the level to which a map should be zoomed. |
#Remarks
To verify whether or not it is possible to zoom a map, call the MapControl.CanZoom method before calling the Zoom method.
See Also