Skip to main content

MapControl.EnableZooming Property

Gets or sets whether to allow the end-user to zoom the map. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool EnableZooming { get; set; }

Property Value

Type Description
Boolean

true, if zooming is enabled; otherwise, false.

Remarks

Setting the MapControl.EnableNavigation property to false prevents the end-user from zooming using mouse wheel and gestures regardless of the current EnableZooming property value.

See Also