Skip to main content
A newer version of this page is available. .

DynamicMiniMapBehavior.MaxZoomLevel Property

Gets or sets the maximum value of the mini map zoom level.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public double MaxZoomLevel { get; set; }

Property Value

Type Description
Double

A double value, specifying the maximum of zoom level.

See Also